Introduction to Dear ImGui
Bill Kerney Bill Kerney
2.29K subscribers
7,447 views
115

 Published On Sep 7, 2023

"How do I make a UI in C++?" is a question I get asked a lot, but most of the popular answers to it (Qt, for example) are too complicated for new students.

Dear ImGui is a UI library that is actually really, really easy to use. You just write a line of code, and a button or text label or whatever appears on the screen, simple as that.

show more

Share/Embed