Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryp/reaper
Tiny C++ Engine
https://github.com/ryp/reaper
game game-engine linux vulkan windows
Last synced: 12 days ago
JSON representation
Tiny C++ Engine
- Host: GitHub
- URL: https://github.com/ryp/reaper
- Owner: Ryp
- License: mit
- Created: 2013-07-22T09:00:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T19:43:15.000Z (2 months ago)
- Last Synced: 2024-09-17T00:56:41.755Z (2 months ago)
- Topics: game, game-engine, linux, vulkan, windows
- Language: C++
- Homepage:
- Size: 3.12 MB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Reaper
Reaper is a small C++ test engine.
## Build
```sh
$ git submodule update --init
$ cmake -S . -B build
$ cmake --build build
```