| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-24 | 1.2 kB | |
| v1.92.700 source code.tar.gz | 2026-04-24 | 7.1 MB | |
| v1.92.700 source code.zip | 2026-04-24 | 7.2 MB | |
| Totals: 3 Items | 14.3 MB | 0 | |
ImGui
- Update ImGui to v1.92.7-docking
RunnerParams:
- Add
iniDisabletoSimpleRunnerParams: enables to never save/load prefs
Textures & images:
- Add public
TextureGpuRAII handle (replaces internalImageAbstract) - Add
CreateTextureFromRgbaDataandDeleteTexture - Add
ImageAndSizeFromEncodedDataandLoadImageDataFromEncodedData(decode images from in-memory buffers) - Allow image / texture helpers to be used outside
HelloImGui::Run()(adds_EnsureGlLoaderForStandalone()called by_GetCachedImage)
Emscripten:
IniFolderLocationon emscripten now returns""forCurrentFolder(and"/"for other types)
Fixes:
- Skip
TearDownif already ran at exit (e.g. if it threw an exception itself) LoadDefaultFont_WithFontAwesomeIcons: log if icon font not found
Docs:
- Document theming usage
Internals
- Add
emscriptenAllowBrowserZoomShortcutspreference (true by default) to forward browser zoom shortcuts to the browser - Add
_PrivIdleFrameWaitDurationForPythonAsyncIo(internal, for Python async integration)
Full Changelog: https://github.com/pthom/hello_imgui/compare/v1.92.601...v1.92.700