Minimal SDL2 application and build helpers to be used as template
- CMake 84.4%
- C++ 15.1%
- Shell 0.5%
|
|
||
|---|---|---|
| 3rdparty | ||
| cmake/modules | ||
| resources | ||
| screenshots | ||
| scripts | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| README.md | ||
sdl-template
Minimal SDL2 application and build helpers to be used as template (will download and build SDL2 and SDL2_image).
Dependencies
- cmake
- make
- git
- sdl2 dependencies
- sdl2_image dependencies
Building:
Run (in the root directory):
./scripts/build-dependencies
mkdir build
cd build
cmake ..
make
Run:
Still on the build dir, run:
./src/sdl-template
Targets:
linux
(WHO IS NEXT??)
TBD

Moar info on our twitter account @DeadBodyOutline ;)
