Qt5 Node Editor an early version of a node editor written in Qt and C++11. may still contain lots of bugs, and some logical issues. upcomming changes will contain (but will not be limited to): Qt naming scheme of methods, variables, etc. develop data model. At the moment it's just...
NodeEditor is conceived as a general-purpose Qt-based library aimed at graph-controlled data processing. Nodes represent algorithms with certain inputs and outputs. Connections transfer data from the output (source) of the first node to the input (sink) of the second one. NodeEditor framework ...