imgui-java
imgui-java copied to clipboard
JNI based binding for Dear ImGui
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
### Version 1.86.11 ### What happened? When trying to add fonts, I noticed that no matter what file I loaded from memory or file made every texture appear pure black...
### Version 1.86.11 ### What happened? ImGuiInputTextCallbackData#insertChars works fine when inserting ASCII characters, but inserts wrong characters when trying to add anything else. ### Reproduction When setting the buffer returned...
Bumps com.github.johnrengelman.shadow from 7.1.2 to 8.1.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
# Description I have made a basic imgui backend for bgfx. It is not as fancy as the OpenGL one, since it can't handle multi viewport and doesn't render other...
### Version 1.86.10 ### What happened? When running the fat jar on windows I got the message "no imgui-java on java.library.path" ### Reproduction I have a imgui-java with ImGui with...
### 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...
### Version X ### What happened? Just curious, what blocks this project from supporting mobile? How hard would it be? Happy to help. Thanks. ### Reproduction . ### Relevant log...
### Version 1.86.10 ### What happened? Setting `config.setFullScreen(true)` does not seem to work – there's no window showing up at all in this case. Tested on Mac OS Ventura 13.41....
### Version 1.86.10 ### What part of the binding has gaps? implot ### What is missing? The `yref` parameter is declared as `int` in `PlotShaded` methods, but should be `double`.