/sdl-game-engine-demo

Demo applications for SDL Game Engine

Primary LanguageCMakeMIT LicenseMIT

SDL Game Engine Demo

Demo applications for SDL Game Engine.

Build

You need cmake and a compiler supporting the C++14 standard.

$ git submodule update --init --recursive
$ mkdir __build__
$ cd __build__
$ cmake ..
$ make

License

This project is released under the MIT License.