/sdl-template

Minimal SDL2 application and build helpers to be used as template

Primary LanguageCMake

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

linux build

(WHO IS NEXT??)

TBD



Moar info on our twitter account @DeadBodyOutline ;)