Johann Muszynski

Results 26 comments of Johann Muszynski

All right, took the code for a spin. Agree with Auburns, this is really cool! I also noticed that some of the ImGui widget seems to be using untransformed grid...

Hi @beddueimpossibile ! Indeed, figuring out how user interaction is supposed to work isn't the easiest thing at the moment 😞 By default, the user is responsible for deleting links....

Yeah, we can keep it open for now. It'd be great to have a new example submission if you have some code lying around 👍

@sonoro1234 @benmkw Great contributions, thanks for sharing! 👍

Interesting suggestion, thanks for sharing the visualization 🙂 Adding node grouping to the library is something I would be open to, especially if the implementation can be done with minimal...

Thanks for reporting the issue! There is some quadratic time complexity in both `ResolveHoveredPin` and `ResolveHoveredNode` which could definitely be cleaned up. Not a quick fix, but removing the quadratic...

Definitely not intended behaviour, since the doc comment in the header says `The following functions return true if a UI element is being hovered over by the mouse cursor`, and...

@GreedyTactician I sketched out a potential solution in the branch: https://github.com/Nelarius/imnodes/tree/is-node-hovered-fix It implements a "semantic" hover, i.e. the node remains hovered even when the mouse cursor is temporarily outside of...

Hi @jparismorgan ! A couple things: 1. There's a bug, thanks for bringing this up! 😅 Zooming in and out on the minimap, and centering on the clicked node, was...

I pushed a fix to the master branch: https://github.com/Nelarius/imnodes/commit/0fbc7f1a2aab73b3ad4be86241bf3f4802bdb800