Skip to content

dtorban/MinVRExtensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExampleVR

This is an example MinVR project which can be used for a base for other projects.

Build and Install

Set environment variables (i.e. execute in .bashrc)

export MinVR_DIR=/path/to/install/MinVR

Build the project:

make
# build release
make opt
# build debug
make debug

Install the project:

make install

Run the program:

./build/Release/example desktop

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.2%
  • CMake 12.2%
  • Makefile 2.6%