Skip to content
forked from polygraphene/ALVR

ALVR is an open source remote VR display for Gear VR and Oculus Go. With it, you can play SteamVR games in your standalone headset.

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE-Valve
Notifications You must be signed in to change notification settings

thoughtfix/ALVR

 
 

Repository files navigation

ALVR - Air Light VR

ALVR is an open source remote VR display for Gear VR and Oculus Go. With it, you can play SteamVR games in your standalone headset.

English | Japanese

Description

ALVR streams VR display output from your PC to Gear VR / Oculus Go via Wi-Fi. This is similar to Riftcat or Trinus VR, but our purpose is optimization for Gear VR. ALVR provides smooth head-tracking compared to other apps in a Wi-Fi environment using Asynchronous Timewarp.

Now, we have Gear VR / Oculus Go Controller support!

Note that many PCVR games require 6DoF controller or multiple buttons, so you might not able to play those games. You can find playable games in List of tested VR games and experiences.

I have started crowdfunding about support for AMD GPU on this page. Also refer issue #33.

Requirements

ALVR requires any of the following devices:

  • Gear VR
  • Oculus Go
Device Working?
Oculus Go OK
GalaxyS9/S9+ OK
GalaxyS8/S8+ OK
GalaxyS7 OK
GalaxyS6(Edge) OK
  • High-end gaming PC with NVIDIA GPU which supports NVENC
    • Only Windows 10 is supported
  • 802.11n/ac wireless or ethernet wired connection
    • It is recommended to use 802.11ac for the headset and ethernet for PC
      • You need to connect both to the same router
  • SteamVR

Installation

Install ALVR server for PC

  • Install SteamVR
  • Install vc_redist.x64.exe from here
  • Download the zip from Releases
  • Extract the zip to any folder
  • Launch ALVR.exe

Install ALVR client for headset

From Oculus Store

  • You can download ALVR Client from Oculus Store with key.
  • Open the key distribution page on your smartphone and follow the instruction.

Download from GitHub for Gear VR (optional)

  • (Install apk from SideloadVR) Yet to be released. Please wait.
  • Get osig file from oculus website
  • Install Apk Editor
  • Download apk from Releases
  • Open apk and put osig file on assets folder
  • Build and install

Download from GitHub for Oculus Go (optional)

  • Download apk from Releases
  • Install apk via adb

Usage

  • Launch ALVR.exe
  • Press "Start Server" button or launch VR game
  • SteamVR's small window will appear
  • Launch ALVR Client in your headset
  • IP Address of headset will appear in the server tab of ALVR.exe
  • Press "Connect" button

Troubleshoot

Uninstallation

  • Execute driver_uninstall.bat in the driver folder
  • Delete the install folder (ALVR does not use the registry)
  • If you already deleted the folder without executing driver_uninstall.bat:
    • Open C:\Users\%USERNAME%\AppData\Local\openvr\openvrpaths.vrpath and check install directory
    • Execute "C:\Program Files (x86)\Steam\steamapps\common\SteamVR\bin\win32\vrpathreg.exe" removedriver (install folder) in Command Prompt

Future work

  • Support H.265 hevc encoding (currently H.264 only)
  • Better installer

Build

ALVR Server and GUI (Launcher)

  • Open ALVR.sln with Visual Studio 2017 and build
    • alvr_server project is the driver for SteamVR written in C++
    • ALVR project is the launcher GUI written in C#

ALVR Client

  • Clone ALVR Client
  • Put your osig file on assets folder (only for Gear VR)
  • Build with Android Studio
  • Install apk via adb

License

ALVR is licensed under MIT License.

Donate

If you like this project, please donate!

Donate by paypal

Donate If you could not use this link, please try the following.

  1. Login your paypal account
  2. Open "Send and request" tab
  3. Click "Pay for goods or services"
  4. Put "[email protected]" (it is my paypal account) and click next

Donate by bitcoin

bitcoin:1FCbmFVSjsmpnAj6oLx2EhnzQzzhyxTLEv

About

ALVR is an open source remote VR display for Gear VR and Oculus Go. With it, you can play SteamVR games in your standalone headset.

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE-Valve

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 56.6%
  • C 24.8%
  • C# 7.9%
  • JavaScript 6.6%
  • HTML 3.6%
  • Cuda 0.3%
  • Other 0.2%