-
-
Notifications
You must be signed in to change notification settings - Fork 95
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 to 1.89 #145
Comments
@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 the thing... If you need something specific, I recommend to fork the project and make proper changes in it. CI should work fine to get required jar's/dll's/so files. |
@SpaiR I haven't looked too much into what you're doing but I figured I'd throw it out there: Do you thing JavaCPP would address some of your needs? We've used it a lot very successfully. https://github.com/bytedeco/javacpp |
@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 layer is generated. The problem here is to manually write all the code needed for that. So, instead I'm writing a general purpose code generator which will be integrated with https://github.com/cimgui/cimgui. tldr; I'm writing a code generator for a code generator to generate JNI code. 😅 |
Looks like ocornut fixed some docking and viewport issues upstream, which I know will help me out a lot.
https://github.com/ocornut/imgui/releases/tag/v1.89
The text was updated successfully, but these errors were encountered: