imgui-node-editor icon indicating copy to clipboard operation
imgui-node-editor copied to clipboard

Feature request: add delay param to ed::Flow()

Open Aincvy opened this issue 3 years ago • 2 comments

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.

Aincvy avatar Dec 28 '21 10:12 Aincvy

By the way, do you have a plan to merge dev branch to master ?

Aincvy avatar Dec 28 '21 10:12 Aincvy

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.

thedmd avatar Dec 29 '21 01:12 thedmd