This is the ExampleDearImGui project.
git clone --recurse-submodules https://github.com/DaKup/ExampleDearImGui.git
optional:
.\vcpkg\bootstrap-vcpkg.bat
./vcpkg/bootstrap-vcpkg.sh
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=install -DX_VCPKG_APPLOCAL_DEPS_INSTALL=True
cmake --build . --target install
See the BUILDING document.
See the CONTRIBUTING document.