thedmd / imgui-node-editor

Node Editor built using Dear ImGui
MIT License
3.73k stars 550 forks source link

I would like to add a footer to the node and request your assistance #294

Open GengGode opened 6 months ago

GengGode commented 6 months ago

image

I have added runtime, running threads, and loading animations to the node, but I hope it can only be displayed in the footer section of the node. Unfortunately, my understanding of IMGUI does not support me in achieving this effect. I hope to receive your help

image

My only understanding is that I have tried BeginH and BeginV, but neither of them seems to be able to separate me from the left and right columns

I don't quite understand what the builder did