Skip to content

graysonpike/sdl-c-tutorials

Repository files navigation

sdl-c-tutorials

SDL Samples written loosley following "Beginning Game Programming v2.0" by LazyFoo

Dependencies

Currently, this repository utilizes libsdl2-dev, libsdl2-image-dev, libsdl2-mixer-dev, and libsdl2-ttf-dev.

sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev

Build it

Each part of the tutorial has its own Makefile, so just run make main in the folder you want to build.

About

SDL Samples written loosley following "Beginning Game Programming v2.0" by LazyFoo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published