1 repository
Interfaces that hide the underlying logic graph to present a clean, user-facing visual interface.
Distinct from Visual Graph Interfaces: Focuses on the transition from a graph editor to a simplified UI view
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Live View Modes. Refine with filters or upvote what's useful.
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
Hides the graph structure using a live mode to display only custom rendering or node widgets.