/imgui_test

a easy way to use imgui

Primary LanguageC++

A Simple Way to Use Imgui in Ubuntu

Preparation

  • OpenGl
sudo apt-get install build-essential

sudo apt-get install libgl1-mesa-dev

sudo apt-get install libglu1-mesa-dev

+Glfw3 Downloads release from https://www.glfw.org/ and extract

cd glfw-3.3.6
mkdir build & cd build
cmake ..
make
sudo make install

Usage

cd imgui_test
mkdir build & cd build
cmake ..
make
./imgui_test