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

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

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

4 مستودعات

Awesome GitHub RepositoriesInteractive Diagramming Engines

Engines that provide tools for the manual creation and interactive editing of visual diagrams.

Distinct from Diagramming Engines: Distinct from Diagramming Engines which the taxonomy defines as text-to-diagram generators; this focuses on interactive manual editing.

Explore 4 awesome GitHub repositories matching graphics & multimedia · Interactive Diagramming Engines. Refine with filters or upvote what's useful.

Awesome Interactive Diagramming Engines GitHub Repositories

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

    didi/LogicFlow

    11,441عرض على GitHub↗

    LogicFlow is an SVG-based flowchart editing framework and visual graph editor used for building customizable business process diagrams. It serves as a customizable diagramming engine for rendering business process models, entity relationship diagrams, and unified modeling language charts. The system is characterized by a plugin-based architecture that allows developers to define specialized graphical elements and register pluggable modules. A distinctive feature is its overlay system, which positions standard HTML components on top of the SVG canvas to create interactive menus and control pan

    Implements an extensible engine for defining graphical elements and pluggable modules for visual business logic.

    TypeScriptbpmndiagramdiagramming
    عرض على GitHub↗11,441
  • penrose/penroseالصورة الرمزية لـ penrose

    penrose/penrose

    7,949عرض على GitHub↗

    Penrose is a compiler that transforms structured mathematical notation into optimized SVG diagrams. It uses a three-stage pipeline of separate domain, substance, and style files to define mathematical objects, relationships, and visual presentation, then solves continuous optimization problems with user-defined spatial constraints and objectives to automatically arrange diagram elements. The system separates diagram content from visual style using distinct declarative languages, and provides a typed domain language with subtype hierarchies for mathematical objects. It supports embedding compi

    Supports interactive diagram development with hot-reload and browser-based testing.

    TypeScriptdiagramsdomain-specific-languagemathematics
    عرض على GitHub↗7,949
  • antvis/x6الصورة الرمزية لـ antvis

    antvis/X6

    6,598عرض على GitHub↗

    X6 is a JavaScript diagramming library and SVG graph rendering engine used to build interactive flowcharts, mind maps, and visual workflow editors. It provides a framework for defining customizable node and edge behaviors, utilizing a hybrid rendering approach that combines SVG and HTML. The library decouples the visual graph representation from underlying business logic and data structures through a dedicated state management system. It allows for extensive extensibility via a registration mechanism for custom nodes, edges, and canvas tools. The toolkit includes capabilities for automatic g

    Provides a comprehensive engine for the manual creation and interactive editing of flowcharts, mind maps, and organizational charts.

    TypeScriptantvdagdiagram
    عرض على GitHub↗6,598
  • relation-graph/relation-graphالصورة الرمزية لـ relation-graph

    relation-graph/relation-graph

    2,256عرض على GitHub↗

    Relation-graph is a frontend library designed for building interactive node-link diagrams and relationship visualizations within web applications. It provides a framework for rendering complex network structures that support manual manipulation, including zooming, dragging, and real-time structural editing. The library distinguishes itself through a framework-agnostic core that separates graph layout logic from the rendering layer. This architecture enables developers to inject custom HTML or framework-specific components directly into graph nodes and edges, allowing for highly tailored visua

    Provides a flexible framework for building interactive, canvas-based diagramming tools with support for manual element manipulation and programmatic topology management.

    JavaScriptknowledge-graphlayout-enginereact
    عرض على GitHub↗2,256
  1. Home
  2. Graphics & Multimedia
  3. Visualization and Mapping
  4. Interactive Diagramming Engines

استكشف الوسوم الفرعية

  • Hot-Reload Diagram EditorsBuilds and iterates on diagrams with hot-reload support and browser-based testing. **Distinct from Interactive Diagramming Engines:** Distinct from Interactive Diagramming Engines: adds hot-reload and browser-based testing for diagram development workflows.