Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.36 KB

File metadata and controls

26 lines (14 loc) · 1.36 KB

SteamVR/OpenVr Driver

This folder houses the driver that will be used to have the quest headset talk to SteamVR/OpenVR.

Documentation

There will be documentation on how this works and also what I have used to help in the devlopment of this driver, they both will be separated into 2 different parts, I am thinking about getting the GH wiki up that way I can go more idn-depth there instead of here.

Resources used and Documentation used

Valve's OpenVR Driver Documentation

OpenVR API-Documentation

Code for a sample OpenVR driver

Local Driver Registration

^ this may be important later on, since it allows local headset drivers to function and be utilized inside of SteamVR. Driver-Factory-Function

Steamworks' Documentation of VR and OpenVR

A better much better OpenVR documentation alongwith code

Wiki of OpenVR Driver Example