nodeeditor
nodeeditor copied to clipboard
Recursion in data propagation
I am considering to use the library for my project and I have just run the calculator example, it crashed when I purposefully made the node tree recursive. Is there a simple way to avoid that or does it need to be implemented?
Actually there is a fix about that:
https://github.com/paceholder/nodeeditor/issues/198
In addiction there's this fork which contains that one and some other feature never merged:
https://github.com/Daguerreo/NodeEditor
Thank you. And copy/paste's in there it seems, just what I need!