Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 374 Bytes

Logos

Used for generating the logo for RavEngine.

Building

git clone https://github.com/RavEngine/Logos --depth=1 --recurse-submodules
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config release --target install

More Sample Programs

Visit RavEngine/Samples for more demo programs.