You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After my issue (#86 ) about assertion errors not being debuggable was addressed (thank you!), I realized that my main binding of interest for this was not using ImGui's IM_ASSERT macro, using assert.h instead, which does not trigger the Java callback implemented to trace these crashes. I went on to open a new issue on the imnodes repository to address this. It has been fixed ever since, however, upon coming back to the project I was developing, I realized that imgui-java's bindings haven't been updated to receive these changes. Would there be a possibility of including them in the next release of imgui-java?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Version
1.86.10
What part of the binding has gaps?
ImNodes
What is missing?
After my issue (#86 ) about assertion errors not being debuggable was addressed (thank you!), I realized that my main binding of interest for this was not using ImGui's IM_ASSERT macro, using assert.h instead, which does not trigger the Java callback implemented to trace these crashes. I went on to open a new issue on the imnodes repository to address this. It has been fixed ever since, however, upon coming back to the project I was developing, I realized that imgui-java's bindings haven't been updated to receive these changes. Would there be a possibility of including them in the next release of imgui-java?
Thank you in advance!
The text was updated successfully, but these errors were encountered: