Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@pthom pthom released this 21 Nov 09:56
· 9 commits to master since this release
52b2ff1

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


Full Changelog: v1.5.2...v1.6.0