imgui-java icon indicating copy to clipboard operation
imgui-java copied to clipboard

JNI based binding for Dear ImGui

Results 102 imgui-java issues
Sort by recently updated
recently updated
newest added

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

dependencies
github_actions

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

bug

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

bug

Bumps com.github.johnrengelman.shadow from 7.1.2 to 8.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.johnrengelman.shadow&package-manager=gradle&previous-version=7.1.2&new-version=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...

dependencies
java

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

bug

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

missing binding

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

bug

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

bug

### 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`.

api
missing binding