Omar
banner
ocornut.bsky.social
Omar
@ocornut.bsky.social
programmer of things and stuff. dear imgui / the dragon’s trap / dreams / tearaway / pixeljunk shooter / soul bubbles / meka
Paris, France https://www.miracleworld.net
Bit far-fetched, but I created a topic to gather links/videos of software using the Dear ImGui Test Engine for automation: github.com/ocornut/imgu...

If you happen to use this somewhere would be nice to drop a word of a capture! (pictured in video: Wonderland Engine wonderlandengine.com)
October 23, 2025 at 3:47 PM
Pushed a much requested ImGuiInputTextFlags_WordWrap flag to public API for multi-line word-wrapping editor.

There's zero caching and it's rather slow for my taste (on my 2019 desktop, for a 100 KB text buffer: +~0.3 ms optimized, +~1.0 ms debug). Cost is roughly proportional to buffer size.
September 12, 2025 at 1:31 PM
Meanwhile in Kyoto: Hip Tanaka playing in a small packed room.
July 18, 2025 at 5:17 PM
dear imgui 1.92 released!
github.com/ocornut/imgu...
New protocol for backends to create/update textures, with support for 13 renderers. Dynamic font scaling. Dozens of font/atlas related changes. Dozens of other changes. Expect some turbulence.
(misc video from January...)
June 25, 2025 at 5:15 PM
Published a WIP 'dynamic_fonts' branch to receive feedback. This should evolve and stabilize toward a 1.92 release (in 1-2 months). github.com/ocornut/imgu...

(Published code in this branch includes font scaling but not style/general scaling yet. Still working on that)
March 5, 2025 at 7:42 PM