Simple cimgui example using OpenGL and SDL

Simple example of C project with Dear ImGui using cimgui binding.

Requirements (Linux)

  • CMake
  • SDL
    • sudo apt-get install libsdl2-dev

Usage (Linux)

git clone --recursive https://github.com/strombergs-denniss/simple-cimgui-example.git
cd simple-cimgui-example
./build.sh