awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesNested Graph Encapsulation

Techniques for grouping nodes into reusable modules with defined inputs and outputs.

Distinct from Visual Node Editors: Distinct from general node editors: focuses on the architectural pattern of hierarchical sub-graph nesting.

Explore 2 awesome GitHub repositories matching user interface & experience · Nested Graph Encapsulation. Refine with filters or upvote what's useful.

Awesome Nested Graph Encapsulation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • retejs/reteالصورة الرمزية لـ retejs

    retejs/rete

    12,077عرض على GitHub↗

    Rete is a framework for building interactive, node-based visual interfaces and dataflow programming environments. It provides a core engine that processes directed graphs, allowing developers to define modular logic where nodes represent operations and connections represent the flow of data or control. By decoupling the graph logic from the user interface, the framework enables the creation of custom visual editors that can be integrated into various frontend component libraries. The project distinguishes itself through a highly extensible, signal-driven architecture that supports complex req

    Encapsulates sub-graphs within individual nodes to allow for modular organization and the creation of reusable workflow components.

    TypeScriptdataflow-programmingflow-based-programminggraph-editor
    عرض على GitHub↗12,077
  • jagenjo/litegraph.jsالصورة الرمزية لـ jagenjo

    jagenjo/litegraph.js

    7,871عرض على GitHub↗

    litegraph.js is a JavaScript dataflow framework and visual node graph engine used to define programmable logic and data flow. It provides a node-based visual programming tool for designing complex logic through connected functional blocks. The library allows for the creation of hierarchical logic by nesting multiple nodes into recursive subgraphs. It also supports the development of custom node types with unique inputs and outputs, as well as custom widgets and live views that can hide the underlying graph structure to present a visual interface. The engine enables the execution of logic gra

    Enables grouping multiple nodes into single parent nodes to simplify complex logic and organize workspaces.

    JavaScriptblueprintscanvas2deditor
    عرض على GitHub↗7,871
  1. Home
  2. User Interface & Experience
  3. Visual Node Editors
  4. Nested Graph Encapsulation