nodeeditor
nodeeditor copied to clipboard
Dynamic adding ports
Is it possible to add new ports (out and in) dynamic? For example, i pressed the button in node, and it add new out pin in this node
It's not fully implemented but you could try this PR https://github.com/paceholder/nodeeditor/pull/268
Is it possible to add new ports (out and in) dynamic? For example, i pressed the button in node, and it add new out pin in this node
I made one which support port shifting and dynamic loading/save here

description of the feature here
Addressed in the v3. Thanks for inspiring ideas and PRs