NodeGraphQt v0.6.38
NodeGraphQt a node graph UI framework written in python that can be implemented and re-purposed into applications supporting PySide2.
Install
NodeGraphQt is available from the The Python Package Index (PyPI) so
you can install via pip
.
pip install NodeGraphQt
or alternatively you can download the source here.
Getting Started
To get started see the basic_example.py script or checkout the General Overview section.