vk1994 / SDL2-Tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL2-Tutorials

These tutorials are from Lazyfoo. They have been modified to use CMake.

To run the tutorials install C++ compiler, CMake, SDL2 , SDL2_image.

Example: To run Tut1 create a folder build inside the tutorial directory and run following command from build directory:

cmake ..
make
./Tut1

About


Languages

Language:C++ 74.1%Language:CMake 25.9%