Skip to content

Instantly share code, notes, and snippets.

@demonixis
Last active January 26, 2021 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demonixis/a87862aed0a955f160dbbfb28cadd43f to your computer and use it in GitHub Desktop.
Save demonixis/a87862aed0a955f160dbbfb28cadd43f to your computer and use it in GitHub Desktop.

How to setup OpenXR

Basic Setup

  1. Start menu > Run
  2. Type regedit
  3. Locate HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\OpenXR\1
  4. On the ActiveRuntime key

Oculus

  1. Set C:\Program Files\Oculus\Support\oculus-runtime\oculus_openxr_64.json for Oculus (CV1, S, Link)

Steam VR

  1. Locate your SteamVR installation path, for instance c:\Program Files (x86)\Steam\steamapps\common\SteamVR\
  2. Enable SteamVR beta
  3. Set $STEAMVR_PATH\steamxr_win64.json where $STEAMVR_PATH is the path of your SteamVR installation

Windows MR

  1. Set set XR_RUNTIME_JSON=\windows\system32\steam_runtime.json

Tools on Windows 10

Install the OpenXR developer application for Windows Mixed Reality from the Microsoft Store (free). It allows to check the current selected OpenXR runtime and see usefull informations like supported extensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment