• Stars
    star
    1,270
  • Rank 37,046 (Top 0.8 %)
  • Language
    Python
  • License
    MIT License
  • Created about 7 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Node graph framework that can be re-implemented into applications that supports PySide2

NodeGraphQt

NodeGraphQt is a node graph UI framework for PySide2 that can be implemented and re-purposed into applications.

Install

NodeGraphQt is avaliable on The Python Package Index (PyPI) here so it can be installed with:

pip install NodeGraphQt

or you can download previous versions from the releases page.

Documentation

https://jchanvfx.github.io/NodeGraphQt

See the basic_example.py script to get started or check out the API example overview here.

Vertical Layout

https://jchanvfx.github.io/NodeGraphQt/api/html/examples/ex_pipe.html#layout-direction

Pipe Layout

https://jchanvfx.github.io/NodeGraphQt/api/html/examples/ex_pipe.html#layout-styles

Custom Widgets

https://jchanvfx.github.io/NodeGraphQt/api/html/custom_widgets.html