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
- Host: GitHub
- URL: https://github.com/ravengine/hellocube
- Owner: RavEngine
- Created: 2022-09-17T14:35:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T03:45:18.000Z (about 1 year ago)
- Last Synced: 2025-03-21T04:30:17.771Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 41 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloCube

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.