imgui-node-editor
imgui-node-editor copied to clipboard
Feature request: add delay param to ed::Flow()
When one pin has multiple connections, sometimes there is an order between those connections.
I want to show the order on the graph, but the function ed::Flow() cannot do that for now.
For example, 3 links, 1st link no delay, 2nd link 0.5s delay, 3rd link 1s delay.
By the way, do you have a plan to merge dev branch to master ?
For example, 3 links, 1st link no delay, 2nd link 0.5s delay, 3rd link 1s delay.
I will look into that.
By the way, do you have a plan to merge dev branch to master ?
Yes, I will merge dev to master in near future.