Download Latest Version v1.92.601 source code.tar.gz (7.1 MB)
Email in envelope

Get an email when there's a new version of Hello ImGui

Home / v1.92.6
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-02-27 1.5 kB
v1.92.6 source code.tar.gz 2026-02-27 7.1 MB
v1.92.6 source code.zip 2026-02-27 7.2 MB
Totals: 3 Items   14.3 MB 0
  • Update ImGui to v1.92.6-docking

New Callbacks:

  • Add callback PostNewFrame
  • Add ThemeChanged callback (Fixes [#156])

New RunnerParams:

  • Added params iniDisable & iniClearPreviousSettings
  • add topMost window attribute
  • FpsIdling : Add configurable vsyncToMonitor + fpsMax. This introduces a new vsyncToMonitor field in FpsIdling, allowing users to enable/disable synchronization with the monitor refresh rate.
  • Added params to control ini file settings

    :::cpp // iniDisable: bool, default = false. If true, do not save or load any settings to or from an ini file. bool iniDisable = false; // iniClearPreviousSettings: bool, default = false. If true, delete any previous settings ini file at application startup. bool iniClearPreviousSettings = false;

Emscripten

  • add loading spinner overlay to default shell template
  • use Glfw3 by default instead of Sdl2. We use pongasoft/emscripten-glfw under emscripten, which has good support for the clipboard

Fixes:

Assets Handling:

  • Add AddAssetsSearchPath to allow adding additional search paths for assets (e.g. to load assets from a different location, or to load additional assets without modifying the original assets folder)

Full Changelog: https://github.com/pthom/hello_imgui/compare/v1.92.5...v1.92.6

Source: README.md, updated 2026-02-27