Skip to content
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

Open
calvertdw opened this issue Nov 15, 2022 · 3 comments
Open

Update to 1.89 #145

calvertdw opened this issue Nov 15, 2022 · 3 comments
Labels
api Connected with imgui-java API enhancement New feature or request

Comments

@calvertdw
Copy link
Contributor

calvertdw commented Nov 15, 2022

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

@calvertdw calvertdw added the bug Something isn't working label Nov 15, 2022
@calvertdw calvertdw changed the title Update to 1.88 Update to 1.89 Nov 15, 2022
@SpaiR SpaiR added enhancement New feature or request and removed bug Something isn't working labels Nov 16, 2022
@SpaiR
Copy link
Owner

SpaiR commented Nov 16, 2022

@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.

@calvertdw
Copy link
Contributor Author

@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

@SpaiR
Copy link
Owner

SpaiR commented Nov 16, 2022

@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. 😅

@SpaiR SpaiR added the api Connected with imgui-java API label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Connected with imgui-java API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants