Paulls20 / imgui_min

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 89.5%Language:C 10.5%Language:CMake 0.0%