-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update imnodes bindings to latest version & fix getNode___SpacePos bindings #282
Conversation
Also addresses #193 from a while back... |
Looks much better. But can you also address those changes? Methods now accept imgui-java/imgui-binding/src/main/java/imgui/ImGui.java Lines 288 to 304 in c776b1b
|
Hopefully that should do it |
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. |
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