Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-11-21 | 1.1 kB | |
v1.6.0 source code.tar.gz | 2024-11-21 | 7.1 MB | |
v1.6.0 source code.zip | 2024-11-21 | 7.2 MB | |
Totals: 3 Items | 14.3 MB | 3 |
Changes
- Add `HelloImGui::ManualRender: a namespace that groups functions, allowing fine-grained control over the rendering process
- SVG Font rendering: plutosvg replaces lunasvg (option HELLOIMGUI_USE_FREETYPE_PLUTOSVG on by default): this enable to render more SVG fonts
- Improve font rendering on iOS
- Added AddDockableWindow / RemoveDockableWindow
- demo_docking: better demonstration / theme customization
- Work on pyodide integration (for ImGui Bundle)
Contributions and contributors
- Redundant boolean literal in conditional return statement and code cleanup by @TheZitroX in https://github.com/pthom/hello_imgui/pull/117
- Changed Minor typo in CMakeLists.txt by @abinash18 in https://github.com/pthom/hello_imgui/pull/122
New Contributors
- @TheZitroX made their first contribution in https://github.com/pthom/hello_imgui/pull/117
Full Changelog: https://github.com/pthom/hello_imgui/compare/v1.5.2...v1.6.0