Open
Description
Version/Branch of Dear ImGui:
Version: 1.75
Branch: master
Complex trees can be hard to read
When editing complex trees, it is often hard to figure out which node a node is the child of.
Here is an example with a behavior tree:
Here, it is difficult to tell at first glance that the parent of the node called "do JumpSafeFastAntiAir"
is the "Parallel Selector".
In that case, an alternate rendering mode à là old school windows would be useful :
Here I am imagining a version that detects when the lines are usefull (only when there are several levels under a node, or one or several a nodes at the end). It may be a little bit tricky to implement in immediate mode.
Activity