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
- Host: GitHub
- URL: https://github.com/linkdd/sdl-game-engine-demo
- Owner: linkdd
- License: mit
- Created: 2017-01-14T11:42:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T11:47:49.000Z (over 9 years ago)
- Last Synced: 2025-04-08T22:46:49.399Z (about 1 year ago)
- Language: CMake
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.