KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
OpenVR-driver-for-DIY
★ 139
Open GitHub ↗
OpenVR driver for DIY
Download README (.md)
Explore Similar Repositories
angular-7-registration-login-example
:
Angular 7 User Registration and Login Example
hopOn
:
A car rental flutter application using firebase and google maps API
carla-driving-rl-agent
:
Code for the paper "Reinforced Curriculum Learning for Autonomous Driving in CARLA" (ICIP 2021)
SwiftQRCodeScanner
:
An easy QR code reader for iOS written in Swift
ingress-merge
:
Merge Ingress Controller for Kubernetes
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
OpenVR-driver-for-DIY
?
Download (.md)
[](https://github.com/r57zone/OpenVR-driver-for-DIY/blob/master/README.md) [](https://github.com/r57zone/OpenVR-driver-for-DIY/blob/master/README.RU.md) # OpenVR driver for DIY Driver for OpenVR / SteamVR allowing change HMD and controllers rotation and position with buttons.<br><br>   ## Buttons HMD NumPad 2 & 8 - turn up and down.<br> NumPad 4 & 6 - turn left and right.<br> NumPad 1 & 3 - rotation of the head left and right.<br> NumPad 9 - resetting of turns and rotation. Up & Down - move forward and back.<br> Left & Right - move left and right.<br> PageUp & PageDown - move up and down.<br> End - reset position. ## Controller buttons 1 W, A, S, D - move left, right, forward and back.<br> Q, E - move up and down.<br> R - reset the move.<br> Z, X, C, V, 1 - сontroller buttons.<br> T, G, F, H - rotation of both controllers.<br> B - reset the rotation of both controllers. ## Controller buttons 2 I, K, J, L - move left, right, forward and back.<br> U, O - move up and down.<br> P - reset the move.<br> N, M, <, >, 4 - сontroller buttons. ## Setup ### Windows 1. copy the folder "driver" from the archive into the folder "<steam-install-path>\steamapps\common\SteamVR 2. start steamVR ### Linux 1. Build Driver: ``` git clone git@github.com:r57zone/OpenVR-driver-for-DIY.git openvr-driver-for-diy mkdir openvr-driver-for-diy-build cd openvr-driver-for-diy-build cmake ../openvr-driver-for-diy make ``` 2. Install Driver: ``` make install ``` 3. Start [SteamVR](https://store.steampowered.com/steamvr) ## Activate driver The driver is activated by default and requires no further settings. If it was previously disabled, open the file "<steam-install-path>\steamapps\common\SteamVR\drivers\sample\recources\settings\default.vrsettings" in an editor and set the "enable" attribute to true, then save and restart SteamVR. ## Disable driver Open the file "<steam-install-path>\steamapps\common\SteamVR\drivers\sample\recources\settings\default.vrsettings" in an editor and set the attribute "enable" to false, then save and restart SteamVR. ## Remove driver To remove, delete the directory "<steam-install-path>\steamapps\common\SteamVR\drivers\sample". ## Download >Windows Version for x86 & x64.<br> **[Download](https://github.com/r57zone/OpenVR-driver-for-DIY/releases)**<br> ## Feedback `r57zone[at]gmail.com`