| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| java-libraries.zip | 2025-08-26 | 19.3 MB | |
| native-libraries.zip | 2025-08-26 | 7.2 MB | |
| README.md | 2025-08-26 | 1.6 kB | |
| v1.90.0 source code.tar.gz | 2025-08-26 | 26.2 MB | |
| v1.90.0 source code.zip | 2025-08-26 | 26.4 MB | |
| Totals: 5 Items | 79.1 MB | 3 | |
What's Changed
This release updates core bindings to Dear ImGui 1.90.9 and brings several improvements and fixes to the Java integration layer.
Highlights
- Dear ImGui 1.90.9 Core Update
- All bindings are synchronized with the latest Dear ImGui version.
- Includes new features, API changes, and bug fixes from upstream.
- See Dear ImGui v1.90.9 release notes for details.
Migration Notes
- Review Dear ImGui 1.90.9 changes and version diff if you use advanced features or custom native integrations.
- Some Java API signatures may have changed to match upstream updates.
- If you encounter issues after upgrading, please report them via GitHub Issues.
List of Changes
- Fix invalid
ImPlot#PlotInfLinesmethod signature in [2e78d9] - Upgrade Gradle to 8.14.3 in https://github.com/SpaiR/imgui-java/pull/340
- Bump Dear ImGui from 1.89.9 to 1.90.9 in https://github.com/SpaiR/imgui-java/pull/341
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.89.0...v1.90.0