SpaiR
SpaiR
To build native libraries binding uses dependencies provided with GitHub Action runners. I think it's possible to reconfigure it use a custom provided version of `libstdc++`, but the question need...
Closing in favor of #223 I'll mention this PR in changelog as well. Thanks for the contrib! 🙏
First of all, I apologize for the inconvenience to everyone who was waiting for the macOS ARM support and specifically for this PR to be merged. 🙏 There were several...
Ok, I revamped the whole concept. In PR #239, a universal binary for the ARM64 architecture was introduced. So, one dylib for all - which is great, I believe. Additionally,...
Thanks for the report. The problem is in that code https://github.com/SpaiR/imgui-java/blob/main/imgui-app/src/main/java/imgui/app/Window.java#L100-L104 Will be addressed in the near future 👍
No, API from the `imgui_widgets.cpp` is not exposed.
Unfortunately, binding doesn't provide builds for arm/arch architectures.
Resolved #223 aarch64 support will be available in the next release
@calvertdw I do work on #132 and there was a plan to publish a Dear ImGui update with it. Yet, right now, I can't find a spare time to complete...
@calvertdw I've looked over solutions like JavaCPP and 3rd party java libraries is not what I want to pull into the binding. And, basically, they are unneeded, since the JNI...