I created this driver as a demonstration for how to write some of the most common things a SteamVR/OpenVR driver would want to do. You will need to understand C++11 and some C++17 features at least to ...
This file provides a tutorial for setting up an OpenVR Driver. The driver we'll end up with will be a virtual controller that takes the HMD position as its pose, and has some basic inputs. While it's ...