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

https://github.com/ravengine/hellocube

Minimal sample for RavEngine
https://github.com/ravengine/hellocube

Last synced: 12 months ago
JSON representation

Minimal sample for RavEngine

Awesome Lists containing this project

README

          

# HelloCube

![Screenshot](https://user-images.githubusercontent.com/22283943/190863713-b00a2fd5-5b8c-413f-95de-04ce951be8c3.png)

This is a minimal example for using [RavEngine](https://github.com/RavEngine/RavEngine). See `main.cpp` for a thoroughly-commented minimum app.

### Building
```sh
git clone https://github.com/RavEngine/HelloCube --depth=1 --recurse-submodules
mkdir build
cd build
cmake ..
```

### More Sample Programs
Visit [RavEngine/Samples](https://github.com/RavEngine/Samples) for more demo programs.