Starter template for SDL2 projects using CMake.
A minimal CLion/CMake project template that provides quick setup for SDL2 graphics applications. SDL2 provides low-level access to audio, keyboard, mouse, joystick, and graphics hardware.
- Pre-configured CMake build system
- SDL2 integration ready to use
- Simple demo application included
- Easy to extend for your own projects
- macOS (tested on Catalina 10.15.4+)
- SDL2 (
brew install sdl2) - CMake 3.17+
- C++17 compiler
mkdir build && cd build
cmake ..
make./build/sdl_application/demoTests are not yet implemented.
CC0 1.0 Universal - see LICENSE
Rich Nistuk - rnistuk
- Noah - Wavelength to RGB converter example