In the example, Node, Link, and Pin share the same id incrementing mechanism. Can different types of elements have the same id? Will this cause problems?
If I want to display a general graph model through imgui-node-editor, does it mean that I have to create an additional ID mechanism for the graph to adapt to imgui-node-editor? Is there any recommended solution for this?
In the example, Node, Link, and Pin share the same id incrementing mechanism. Can different types of elements have the same id? Will this cause problems?
If I want to display a general graph model through imgui-node-editor, does it mean that I have to create an additional ID mechanism for the graph to adapt to imgui-node-editor? Is there any recommended solution for this?