DearImGUI + GLFW template build with CMake
This repo provides vscode launch file for debugging (GNU).
- Use
git clone --recursive [repo]
clone this repo. - Use
vs code
open the project, pressCtrl + p
and input>cmake build
build this project. Or usecmake cli
build the project with target platform.
(In my case, I chose vscode and MinGW to run and compile the project.) - Press
F5
orCtrl + F5
to run the program.
- Dear ImGUI:
lastest
- GLFW:
lastest
- glm(OpenGL math):
lastest