awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesComponent-Based Data Composition

Assembling complex data objects by combining independent components for consumption by different subsystems.

Distinct from Data Object Builders: Distinct from Data Object Builders: focuses on composing data from independent components, not constructing nested structures via functional interfaces.

Explore 2 awesome GitHub repositories matching data & databases · Component-Based Data Composition. Refine with filters or upvote what's useful.

Awesome Component-Based Data Composition GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • bytedance/flowgram.aibytedance 的头像

    bytedance/flowgram.ai

    8,146在 GitHub 上查看↗

    Flowgram.ai is a workflow development framework for building AI workflow platforms. It provides a visual drag-and-drop canvas for constructing workflows, an Entity-Component-System (ECS) based document model for structuring workflow nodes as a tree, and a node-based form engine for managing configuration forms with built-in rendering, validation, side effects, and error handling. The framework also includes a workflow execution engine that parses directed graph workflows and runs nodes step by step with state tracking and array iteration. The framework distinguishes itself through a layered r

    Assembles complex data objects from independent components for targeted subsystem consumption.

    TypeScriptaiautomationcoze
    在 GitHub 上查看↗8,146
  • gdquest-demos/godot-4-procedural-generationgdquest-demos 的头像

    gdquest-demos/godot-4-procedural-generation

    1,863在 GitHub 上查看↗

    This project is a procedural content generation toolkit designed for the Godot engine. It provides a collection of algorithmic techniques and modular tools for dynamically spawning game assets, map layouts, and emergent systems in both 2D and 3D environments. The framework distinguishes itself by offering specialized systems for both large-scale world construction and granular asset assembly. It supports the creation of expansive terrains and infinite worlds through noise-based distribution and shader-rendered biomes, while simultaneously providing modular systems to generate unique combat eq

    Assembles unique game assets by dynamically combining modular data structures and attributes into a single functional object.

    GDScriptgdscriptgodot-enginegodot-procedural
    在 GitHub 上查看↗1,863
  1. Home
  2. Data & Databases
  3. Relational Data Modeling
  4. Complex Data Modeling
  5. Data Object Builders
  6. Component-Based Data Composition

探索子标签

  • Game Asset CompositionAssembles unique game assets by dynamically combining modular data structures and attributes into a single functional object. **Distinct from Component-Based Data Composition:** Distinct from general data composition: focuses on game-specific asset assembly rather than generic subsystem data objects.