Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 259 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 259 Bytes

VRBase

VRBase is an open source library for graphics objects using the MinVR library.

Build and Install

Build the project:

make
# build release
make opt
# build debug
make debug

Install the project:

make install