Awesome
SDL Utility
A wrapper for SDL2 to make development on quick, simple graphics applications easier.
How to compile
- Clone the development branch
git clone -b development https://github.com/Lauchmelder23/SDLU
- Clone the submodules
git submodule update --init
- Create a build directory and enter it
mkdir build
,cd build
- Run
ccmake ..
(Install ccmake viasudo apt install cmake-curses-gui
) - Configure CMake and enable
ENABLE_EXAMPLE
- Click Generate
- Exit ccmake and type
make