Introduction to Dear ImGui

Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=upgxmR0MVgM



Duration: 46:51
830 views
24


"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.