Description
GTK applications can build node-based flow graph interfaces where connected elements pass arbitrary data. It is useful for developers creating visual programming, pipeline, or graph-editing tools.
Node graph libraries define UI behavior, not the safety of actions behind each node. Applications should validate data passed through graphs.