Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```