SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
547 stars 90 forks source link

Update ImNodes to latest version #193

Open serivesmejia opened 11 months ago

serivesmejia commented 11 months ago

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!