Download Latest Version v1.92.900 source code.zip (7.2 MB) Google Add to Preferred Sources
Home / v1.92.700
Name Modified Size InfoDownloads / 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 iniDisable to SimpleRunnerParams: enables to never save/load prefs

Textures & images:

  • Add public TextureGpu RAII handle (replaces internal ImageAbstract)
  • Add CreateTextureFromRgbaData and DeleteTexture
  • Add ImageAndSizeFromEncodedData and LoadImageDataFromEncodedData (decode images from in-memory buffers)
  • Allow image / texture helpers to be used outside HelloImGui::Run() (adds _EnsureGlLoaderForStandalone() called by _GetCachedImage)

Emscripten:

  • IniFolderLocation on emscripten now returns "" for CurrentFolder (and "/" for other types)

Fixes:

  • Skip TearDown if 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 emscriptenAllowBrowserZoomShortcuts preference (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

Source: README.md, updated 2026-04-24