Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 523 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 523 Bytes

HelloCube

Screenshot

This is a minimal example for using RavEngine. See main.cpp for a thoroughly-commented minimum app.

Building

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

More Sample Programs

Visit RavEngine/Samples for more demo programs.