Update imnodes bindings to latest version & fix getNode___SpacePos bindings
Pulls latest commit of imnodes which includes new function SnapNodeToGrid, generates ast & api, fixes getNode___SpacePos functions to actually return ImVec2
(sigh... finally got this right using WSL)
Type of change
- [ ] Minor changes or tweaks (quality of life stuff)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
Also addresses #193 from a while back...
Looks much better. But can you also address those changes?
Methods now accept ImNodesStyle class. You just need to add an optional argument to them. You can do it in the same way it's done here:
https://github.com/SpaiR/imgui-java/blob/c776b1b384332fee7f016c33aa6e06d0d7f120f3/imgui-binding/src/main/java/imgui/ImGui.java#L288-L304
Hopefully that should do it
is there an eta on when this might be released?
is there an eta on when this might be released?
Not anytime soon.
Thank you so much😅 it is such a relief to finally get rid of all those // TODO, and also being able to see stacktraces for imnodes assertion errors... This will make my life so much easier.