bhowiebkr / python-node-editor

The Node-Based Python Tool is a software tool that allows you to organize and work with reusable Python code in a dynamic network. Its intuitive GUI and modular approach can streamline your Python development process.
MIT License
269 stars 57 forks source link

the example project seems to be missing stuff #7

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago

by default if i press the button in the example project a exception is raised, since compute is not implemented.

if i override the compute on the button node to avoid the exception it only executes the current node. since run_output_nodes doesnt do anyhting.

hannesdelbeke commented 1 year ago

your comment in https://github.com/bhowiebkr/python-node-editor/discussions/2 clarified this project is not finished.

bhowiebkr commented 1 year ago

Sorry yeah I don’t have compute code implemented yet, started but not finished. When I get some time I’ll see about finishing that portion of the system.

In the meantime If anyone wants to take a crack at it and do a pull request that’d be great!

hannesdelbeke commented 1 year ago

no worries. i decided to use http://chantonic.com/NodeGraphQt/api/index.html since it has more features. it's also UI only, so I'm implementing my own compute