The Conan team provides an introduction and demonstration for the open-source C++ graphics library known as ImGui. You can read our full blog post about the Dear ImGui C++ library here: https://blog.conan.io/2019/06/26/An-introduction-to-the-Dear-ImGui-library.html
To show the basics of ImGui, we will create a simple application with some controls like buttons, scrollbars, color editors, and more. We will show how easily and quickly you can create a graphical user interface using this library. Finally, we will show how to a simple way to build ImGui using packages with Conan, the package manager for C and C++.
For future screencasts, tutorials and demo's, please stay tuned to:
Conan Blog - https://blog.conan.io/
You can also access our collection of self-paced interactive Conan tutorials:
JFrog Academy - https://academy.jfrog.com/path/conan
Or follow us on social:
Twitter - https://twitter.com/conan_io
LinkedIn - https://www.linkedin.com/company/conan-io/
0:00 Introduction to ImGui
1:17 Demo Project Info
1:47 Initial Source Code Review
2:29 Add shapes and controls
3:59 How Conan helps
4:37 Conan Setup for ImGui
5:07 Performing the build
5:45 Summary of ImGui with Conan