Hacker News new | ask | show | jobs
by meibo 1369 days ago
If you enter any game studio nowadays, you're very likely to see Dear ImGui - it's pretty ubiquitous, and just flexible enough for programmers to make nice debug views for any purpose. It's nice in that you won't have to learn another UI kit when switching studios.
2 comments

Yeah, I work at Ubisoft and we officially sponsor the project too - it's used pretty much on every production we have.

You can see it here being used in Rainbow Six: https://montreal.ubisoft.com/en/ubisoft-sponsors-user-interf...

Wow. The paper on NLP I'm presenting soon includes software that I built using the python fork, dearpygui. I had no idea that dear imgui was so popular.

It seems to me to be super high quality of a GUI library.