nodeeditor icon indicating copy to clipboard operation
nodeeditor copied to clipboard

Recursion in data propagation

Open skarndev opened this issue 4 years ago • 2 comments

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?

skarndev avatar Nov 18 '20 21:11 skarndev

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

Daguerreo avatar Nov 19 '20 07:11 Daguerreo

Thank you. And copy/paste's in there it seems, just what I need!

skarndev avatar Nov 19 '20 17:11 skarndev