Node Graph Guide

Use when designing a visual node-based / data-flow graph for content authoring: typed input/output pins, wires between nodes, the graph stored as plain data, compiling/lowering to executable form vs interpreting it, topological evaluation with caching, reusable subgraphs, function graphs with declared inputs/outputs, and parametric/procedural content. Triggers on node editors, pins/connectors/sockets, wiring nodes, type-checking connections, variant/polymorphic nodes, validity hashing, flattening subgraphs, output nodes that emit work, data-driven node definitions, hot-reloading a graph, even when the user doesn't say 'node graph'.

xonovex 488228d 9 files · 42.4 KB Updated

File contents

xonovex/platform/tree/main/packages/skill/skill-node-graph/node-graph-guide commit 488228dbe5

Frequently asked questions

npx skillmds@latest add xonovex/node-graph-guide