| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-17 | 721 Bytes | |
| v1.92.3 source code.tar.gz | 2025-09-17 | 7.1 MB | |
| v1.92.3 source code.zip | 2025-09-17 | 7.2 MB | |
| Totals: 3 Items | 14.3 MB | 1 | |
What's Changed
- toolbars: fix issue in toolbar min size (by @wkjarosz in https://github.com/pthom/hello_imgui/pull/148)
Assets
- Separate ImageFromAsset and ImageFromAssetWithBg: use ImageFromAssetWithBg to display images with a background or border.
- Add
SetLoadAssetFileDataFunction(LoadAssetFileDataFunc func)(Redirect asset loads to user-defined function). Thanks to Jorg Neves Bliesener - LoadFontTTF_WithFontAwesomeIcons: can load FontAwesome 6
cmake
- Add cmake option IMGUI_DISABLE_OBSOLETE_FUNCTIONS
- cmake: can use plutosvg without downloading (using HELLOIMGUI_DOWNLOAD_FREETYPE_IF_NEEDED=OFF)
Full Changelog: https://github.com/pthom/hello_imgui/compare/v1.92.0...v1.92.3