Demo applications for SDL Game Engine.
You need cmake and a compiler supporting the C++14 standard.
$ git submodule update --init --recursive
$ mkdir __build__
$ cd __build__
$ cmake ..
$ make
This project is released under the MIT License.
Demo applications for SDL Game Engine.
You need cmake and a compiler supporting the C++14 standard.
$ git submodule update --init --recursive
$ mkdir __build__
$ cd __build__
$ cmake ..
$ make
This project is released under the MIT License.