Skip to content

adamj-w/Veritum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veritum!

Veritum Engine

This is a small game engine built on vulkan

Building

To build the project run the following

mkdir ./build
cd ./build/
cmake .. -G Ninja
ninja

or swap ninja with a build system of your choice

Documentation

To get the public documentation run

doxygen

For the whole documentation including the implementation run

doxygen ./Doxyfile_internal