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 #117
- Changed Minor typo in CMakeLists.txt by @abinash18 in #122
New Contributors
- @TheZitroX made their first contribution in #117
Full Changelog: v1.5.2...v1.6.0