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

### Version 1.87.5 ### What happened? I upgraded to the newest version and nothing from ImGui renders. If I revert to version 1.86.12, everything seems to work normally. My machine...

bug

Pulls latest commit of imnodes which includes new function SnapNodeToGrid, generates ast & api, fixes getNode___SpacePos functions to actually return ImVec2 (_sigh_... finally got this right using WSL) ## Type...

feat

Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2 JUnit...

dependencies
java

Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2 JUnit...

dependencies
java

Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.2 to 8.3.3. Release notes Sourced from com.gradleup.shadow's releases. 8.3.3 Changed Disable Develocity integration by default. (#993) Commits cfa33fb Prepare version 8.3.3 88ca619 Update pull_request_template.md 1888cb6 Disable...

dependencies
java

### Version 1.86.11 ### What happened? Hello, I'm developing a Code Editor for JavaScript and there's no way I can figure out which version of regex imgui uses. I would...

bug

### Version 1.87.0 linux ### What part of the binding has gaps? Dear ImGui ### What is missing? Can you recompile the whole imgui library for linux arm64?

missing binding

Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.17.2 to 2.18.0. Commits e78545c [maven-release-plugin] prepare release jackson-core-2.18.0 f698083 Prepare for 2.18.0 release 95bc86e Merge branch '2.17' into 2.18 6ce1c0d Merge branch '2.16' into 2.17 56265d1...

dependencies
java

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=gradle&previous-version=2.17.2&new-version=2.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

For handling Java Exceptions, I think it would be good if the API exposed ImGui's `ErrorCheckEndFrameRecover`, which - if called before `EndFrame` - allows you to continue with the application,...