This is a cmake project template for imgui applications.
For quick integration with MSVC, install vcpkg then run:
vcpkg install glfw3
, vcpkg install opengl
and vcpkg install glew
After a successful build you should be met with imgui's demo application window!