I want to have something like blender's node system, but there is no real good library that already does this in python.
- Draw nodes
- Connect them
- Move and edit them
- Add new ones
- Make them able to do something
- Make them do something useful
I want to have something like blender's node system, but there is no real good library that already does this in python.