An open API service indexing awesome lists of open source software.

https://github.com/linkdd/sdl-game-engine-demo

Demo applications for SDL Game Engine
https://github.com/linkdd/sdl-game-engine-demo

Last synced: 4 months ago
JSON representation

Demo applications for SDL Game Engine

Awesome Lists containing this project

README

          

# SDL Game Engine Demo

Demo applications for [SDL Game Engine](https://github.com/linkdd/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.