Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 689 Bytes

OculusMinimalExample

Example code for using the Oculus Rift

Instructions for building (all platforms)

Checking out

git clone https://github.com/jherico/OculusMinimalExample.git 

Creating project files

cd OculusMinimalExample
mkdir build && cd build
cmake ..  cmake .. -G "Visual Studio 12 2013 Win64"

Will show you a list of supported generators on your platform.

Building

Open Visual Studio and open the OculusMinimalExample.sln solution in the from the OculusMinimalExample/build directory

Right click on the OculusMinimalExample and choose Set as StartUp Project.

Press F5 or click on the Local Windows Debugger toolbar button