Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
/ driver_hmd Public archive

OpenVR driver for turning desktop display into HMD

License

Notifications You must be signed in to change notification settings

SDraw/driver_hmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Driver HMD License: MIT

SteamVR driver for turning desktop display into HMD.

Installation

  • Download latest release.
  • Extract archive to SteamVR/drivers folder.
  • Add line in section steamvr of Steam/config/steamvr.vrsettings file:
"activateMultipleDrivers": true,

Configuration

Edit resources/settings.xml for your display:

  • resolution: full resolution of your monitor.
  • fps: maximal frames per second of your monitor.

Controls

  • Left/right arrows: Move localy left/right.
  • Up/down arrow: Move localy forward/backward.
  • Num8/Num2: Move localy up/down.
  • Num7/Num9: Rotate localy up/down.
  • Num4/Num6: Rotate localy left/right.
  • Num1/Num3: Rotate localy anti-clockwise/clockwise.
  • If you have VR controllers connected:
    • Grip double-press and hold of left controller: Start rotation changing. Release grip to stop.
      • Trigger hold: Start global position changing. Release trigger to stop.

Changes are saved on SteamVR shutdown and loaded on SteamVR startup.

Building

  • Clone repository with git
  • Initialize submodules
git submodule update --init --depth=1
  • Open driver_hmd.sln solution in Visual Studio 2013.

About

OpenVR driver for turning desktop display into HMD

Resources

License

Stars

Watchers

Forks

Packages

No packages published