Dear ImGui 1.89.8 released!
https://github.com/ocornut/imgui/releases/tag/v1.89.8
- general maintenance, 20+ fixes/small features
- opt-in support for OpenType SVG emoji/colorful fonts via Freetype+lunasvg
- (+ near finish-line tweaks to range-select branch before merging in 1.90)
Release v1.89.8 · ocornut/imgui

1.89.8: August release! 🌞 Reading the changelog is a good way to keep up to date with the things Dear ImGui has to offer, and maybe will give you ideas of some features that you've been ignoring un...

GitHub

@ocornut Those coloured fonts look potentially quite useful. Perhaps @juulcat and I should add some to IconFontCppHeaders.

The lunasvg dependency is quite large, though I suppose Freetype is as well. I wonder if @mikkomononen's NanoSVG might work as a replacement (if I get time I'll take a look but currently doubtful).