OSVR / OSVR-Oculus-Rift

Oculus Rift tracking plugin for OSVR.
Apache License 2.0
40 stars 13 forks source link

OSVR Oculus Plugin

Maintained at https://github.com/OSVR/OSVR-Oculus-Rift

For details, see http://osvr.github.io

For support, see http://support.osvr.com

This is a plugin for OSVR that provides access to Oculus Rift trackers from OSVR applications. It makes use of the Oculus VR SDK. This plugin currently supports Oculus VR SDK versions 0.4.4-beta through 1.14.0.

Building the Oculus Rift plugin

Download and install the both Oculus SDK and runtime. Run CMake and point the OVR_ROOT_DIR parameter at the location in which you installed the Oculus SDK. Set the CMAKE_PREFIX_PATH to include the path to OSVR and jsoncpp. Set the CMAKE_INSTALL_PREFIX parameter to the same location OSVR was installed to. When you build and install the plugin, the files will be copied to the proper location.

Licenses

This project: Licensed under the Apache License, Version 2.0.

Note that since this uses the Oculus SDK, you are responsible for complying with the Oculus SDK's license as well.