https://github.com/majora8120/vr_tools
A collection of useful tools for VR. Mainly focused towards Oculus headsets
https://github.com/majora8120/vr_tools
avaloniaui oculus vr
Last synced: 3 months ago
JSON representation
A collection of useful tools for VR. Mainly focused towards Oculus headsets
- Host: GitHub
- URL: https://github.com/majora8120/vr_tools
- Owner: Majora8120
- License: mit
- Created: 2024-10-10T03:00:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-05T23:37:00.000Z (over 1 year ago)
- Last Synced: 2025-03-12T23:17:18.047Z (over 1 year ago)
- Topics: avaloniaui, oculus, vr
- Language: C#
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VR Tools
A collection of useful tools for VR. Mainly focused towards Oculus headsets
## Notice
1. A custom Oculus software install path and [Oculus Killer](https://github.com/BnuuySolutions/OculusKiller) source can be configured in config.xml
2. This application requires running as administrator to function
## Features
* Change priority of programs to help reduce random stutters/lag on some hardware
* Disable and re-enable Oculus Application Spacewarp via a registry entry
* Switch between Oculus Dash and [Oculus Killer](https://github.com/BnuuySolutions/OculusKiller)
* Start, stop, and restart Oculus service
* A few other random things

## Building
1. Download the latest [.NET SDK](https://dotnet.microsoft.com/en-us/download)
2. Download and extract the source code
3. Open powershell in the first `VR_Tools` folder (the one that contains VR_Tools.sln) and run `dotnet build .\VR_Tools.sln`
4. The .exe file is in `\VR_Tools\VR_Tools.Desktop\bin\Debug\net8.0\win-x64`