Introduction to the ImGui C++ Library with Conan
Jerry Wiltse,Software Devloper, JFrog
February 25, 2021
< 1 min read
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-i…
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++.