feat: separate steamvr and fossvr; add stub opencomposite article

This commit is contained in:
Gabriele Musco 2023-12-05 19:09:57 +00:00
parent 49b7722f31
commit aba79859b3
8 changed files with 47 additions and 4 deletions

View file

@ -0,0 +1,14 @@
---
weight: 100
title: SteamVR
---
# SteamVR
The de facto standard for anything PCVR, SteamVR runs on Linux.
Unfortunately the Linux version is riddled with bugs, missing features and bad performace, so in general it can be a subpar experience.
You can use one of the alternatives listed in the [FOSS VR section](/docs/fossvr/).
If you want to use a standalone headset with SteamVR you can check out [ALVR](/docs/steamvr/alvr/).

View file

@ -0,0 +1,12 @@
---
weight: 300
title: ALVR
---
# ALVR
- [ALVR GitHub repository](https://github.com/alvr-org/ALVR)
> Stream VR games from your PC to your headset via Wi-Fi.
Feature rich and open source, ALVR currently depends on the SteamVR runtime, if you are looking to utilize wireless streaming of OpenXR without SteamVR, consider using [WiVRn](/docs/fossvr/wivrn/).