Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-21 | 1.2 kB | |
v1.6.3 source code.tar.gz | 2025-05-21 | 7.1 MB | |
v1.6.3 source code.zip | 2025-05-21 | 7.2 MB | |
Totals: 3 Items | 14.3 MB | 0 |
What's Changed
- Assets: can search with absolute path or from current working directory
- Add utility function void UseWindowFullMonitorWorkArea() (by @Robxley in https://github.com/pthom/hello_imgui/pull/130)
- AppWindowParams: add EmscriptenKeyboardElement
- Runner: call TearDown on Setup for Python (to make it possible to recover from exceptions in notebook)
- MakeWindowSizeRelativeTo96Ppi_IfRequired: call EnsureWindowFitsThisMonitor
- update example_integration (Add CMake example / GNU Install)
- Add cmake option HELLOIMGUI_USE_EXTERNAL_JSON (to provide nlohmann json yourself)
- compatibility with CMake 4
- Fix checking for alphanumeric characters using proper conversion to a void undefined behavior (and assert message with MSBuild) by @Robxley in https://github.com/pthom/hello_imgui/pull/136
- support imgui 1.91.9 breaking changes by @toge in https://github.com/pthom/hello_imgui/pull/142
New Contributors
- @Robxley made their first contribution in https://github.com/pthom/hello_imgui/pull/130
- @toge made their first contribution in https://github.com/pthom/hello_imgui/pull/142
Full Changelog: https://github.com/pthom/hello_imgui/compare/v1.6.0...v1.6.3