Skip to content
Matias Nassi edited this page Jun 28, 2017 · 6 revisions

Welcome to the openvrexamples wiki!

Considerations

  • The project is a full VS solution developed on Windows 8.1 and Visual Studio 2012.
  • It's recommended to add the following environment variables: OPEN_VR_HOME, GLM_HOME, SOIL_HOME. Check the included VS property sheet and project's C/C++ include properties to get the correct paths that should be defined.
  • The default compiling/linking configuration should be Release. Debug configuration was not tested and there should be some undefined properties for this case.
  • When FIXES.#1 happen the application may remain executing as a zombie process and we won't be able to launch it again. In this case it's recommended to use ProcessExplorer (https://technet.microsoft.com/en-us/sysinternals/processexplorer.aspx) to find the process (Find > "Pruebas OpenVR") and manually kill it.

Clone this wiki locally