/SDL_Examples

Some SDL2 examples

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

SDL_Examples

Some SDL2 examples

How to compile

Linux

Run the following commands:

git submodule update --init --recursive
mkdir build
cd build
cmake ..
make