Johann Muszynski

Results 4 issues of Johann Muszynski

This pr contributes three things: - Moves links internally from an object pool to a simple vector. This makes links truly immediate-mode. - Rewrites link, node, pin interaction. - Removes...

It should be easy to run the Imnodes examples without any additional work if you have an existing ImGui project. The examples could be moved into a demo file, and...

enhancement

It is possible to click and interact with a node ui widget underneath the node you currently interacting with. While the library prevents the user from creating links, hovering over...

bug

## Primary concerns Iterating over all nodes, both used and unused, seems to cause continuous issues due to the complicated logic in the object pool and free list usage: https://github.com/Nelarius/imnodes/issues/71,...