fuag15 / project_northstar_openvr_driver

OpenVR Drivers for Project Northstar
The Unlicense
17 stars 7 forks source link

Project Northstar OpenVR Driver

This is a work in progress more info

Thanks to Lincoln Stein for putting together some windows installer scripts to make getting started easier!

There are also packaged binaries and a NSIS based installer for Windows x64 builds availabe. The NSIS build is configured for RealSense T265 sensors.

Working with some polish needed

Notable unfinished parts

Linux Support

If you're using the RealSense T265 sensor everything should compile and work on linux but you will need to configure cmake to find the appropriate linux versions of supporting libraries. In particular you'll need:

Platform specfic code has been written in IFDEF's and should be complete for Windows / Linux / OSX hosts.

Please let me know if you are running things on linux and make github isseus for any problems. Supporting other operating systems is a priority for me but I havent got SteamVR set up on my linux development host.

Build Instructions

Versions of vendored libs not included and where to get them:

Leap:

Structure Sensor:

Build steps

git clone git@github.com:fuag15/project_northstar_openvr_driver.git
cd project_northstar_openvr_driver
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -A x64 ..

Install steps

If using the installer instead of resources/northstar this will just be the northstar folder wherever you installed things.

vrpathreg adddriver <full_path_to/resources/northstar>

Configuration