| Name | Modified | Size | Downloads / 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.0was compiled with a Java 17 release target, so dependency resolution rejected it on a Java 8 toolchain withonly compatible with JVM runtime version 17 or newer.- Anyone who hit #403 on
1.92.0should 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>, sov1.92.7.1is the second imgui-java release built on Dear ImGui1.92.7. Previously onlyMAJOR.MINORmirrored upstream, which leftv1.92.0unable to say which upstream patch it shipped. - Nothing about consuming the library changes:
io.github.spair:imgui-java-*:1.92.7.1resolves 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
- Native artifacts target Java 8 again by @Enaium in https://github.com/SpaiR/imgui-java/pull/409
- Rewrite the contributor guide and tidy the repo docs in https://github.com/SpaiR/imgui-java/pull/416
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/411Contributors
New Contributors
- @Enaium made their first contribution in https://github.com/SpaiR/imgui-java/pull/409
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.
Full Changelog: https://github.com/SpaiR/imgui-java/compare/v1.92.0...v1.92.7.1