Skip to content

Minimal SDL2 application and build helpers to be used as template

Notifications You must be signed in to change notification settings

DeadBodyOutline/sdl-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ;)

About

Minimal SDL2 application and build helpers to be used as template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published