/imgui_min

Minimal test imgui application based on the opengl3/glfw example from imgui using CMakeList.txt

Primary LanguageC++

imgui_min

Minimal test imgui application based on the opengl3/glfw example from imgui using CMakeList.txt

Prerequisite

Install opengl3 and glfw on your system before building this test application.

Build instruction

After cloning the repo.

cd imgui_min
mkdir build && cd build
cmake ..
make