Download Latest Version v1.92.7.1 source code.zip (29.2 MB)
Email in envelope

Get an email when there's a new version of ImGui Java

Home / v1.92.7.1
Name Modified Size InfoDownloads / Week
Parent folder
java-libraries.zip 2026-07-27 31.1 MB
native-libraries.zip 2026-07-27 9.9 MB
README.md 2026-07-27 3.5 kB
v1.92.7.1 source code.tar.gz 2026-07-27 28.9 MB
v1.92.7.1 source code.zip 2026-07-27 29.2 MB
Totals: 5 Items   99.0 MB 1

What's Changed

This is a maintenance release on top of v1.92.0. Dear ImGui stays at 1.92.7 and the binding API is unchanged — the reason to upgrade is that the native artifacts are consumable from Java 8 again.

Highlights

  • Native artifacts target Java 8 again
  • imgui-java-natives-*:1.92.0 was compiled with a Java 17 release target, so dependency resolution rejected it on a Java 8 toolchain with only compatible with JVM runtime version 17 or newer.
  • Anyone who hit #403 on 1.92.0 should upgrade — no code changes are needed on your side.
  • Contributed by @Enaium — thank you!

  • Version tags now carry the full Dear ImGui version

  • A tag is v<dear-imgui-version>.<build>, so v1.92.7.1 is the second imgui-java release built on Dear ImGui 1.92.7. Previously only MAJOR.MINOR mirrored upstream, which left v1.92.0 unable to say which upstream patch it shipped.
  • Nothing about consuming the library changes: io.github.spair:imgui-java-*:1.92.7.1 resolves as usual, and version ordering is preserved (1.92.0 < 1.92.7.1).
  • See CONTRIBUTING.md § Versioning (github.com).

Known limitations

Unchanged from v1.92.0: ImTextureRef / ImTextureData, the dynamic font texture protocol (ImGuiBackendFlags_RendererHasTextures), ImFontBaked, the Multi-Select API and ImGui.imageWithBg() are still not surfaced in the binding. See the v1.92.0 release notes for details.

List of changes

Build and tooling Build-time only — none of these reach the published artifacts, and `imgui-binding` still ships with zero runtime dependencies. * Gradle wrapper 9.4.1 → 9.5.1 in https://github.com/SpaiR/imgui-java/pull/399, https://github.com/SpaiR/imgui-java/pull/402 * Spoon 10.3.0 → 11.3.0 in https://github.com/SpaiR/imgui-java/pull/396 * Jackson core and databind 2.20.0 → 2.21.4 in https://github.com/SpaiR/imgui-java/pull/393, https://github.com/SpaiR/imgui-java/pull/394, https://github.com/SpaiR/imgui-java/pull/398, https://github.com/SpaiR/imgui-java/pull/400, https://github.com/SpaiR/imgui-java/pull/406 * Shadow 9.4.1 → 9.4.2 in https://github.com/SpaiR/imgui-java/pull/407 * `softprops/action-gh-release` 2 → 3 in https://github.com/SpaiR/imgui-java/pull/395 * `actions/checkout` 6 → 7 in https://github.com/SpaiR/imgui-java/pull/411

Contributors

  • @Enaium — reported and fixed the Java release target on the native modules (#403, #409)

New Contributors

Thanks

Thanks to all contributors and users for your valuable feedback and support! You can support the project's development with a donation - your contribution helps keep it growing and improving.

ko-fi

Full Changelog: https://github.com/SpaiR/imgui-java/compare/v1.92.0...v1.92.7.1

Source: README.md, updated 2026-07-27