This is a very simple SDL-IMGUI exemple. There are the
You need to have
- CMake 3.12 or higher
- C++ compiler (tested with g++@13)
- SDL2 (Simple DirectMedia Layer)
- Clone this repo
- Update Submodules :
git submodule update --init --recursive
- Create the build directory :
mkduir build
cd build
- Run CMake and Make :
cmake ..
make -j
- Run the executable :
./sdl-imgui