A ready-to-use project that uses Dear ImGui with glfw and OpenGL3 as backends.
It is meant for you to copy-paste and use as a starting point for your own projects.
You must do a recursive clone because we use submodules:
git clone --recursive https://github.com/JulesFouchy/Simple-ImGui-Setup
You need to install CMake.
To use CMake I recommend this VSCode extension: ms-vscode.cmake-tools. You will need to setup the extension with a compiler: Here is a tutorial.