Skip to content

RavEngine/HelloCube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.