mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
feat: initial compatibility matrix
This commit is contained in:
parent
627e14b501
commit
99f638f355
2 changed files with 34 additions and 0 deletions
|
@ -9,3 +9,5 @@ bookToC: false
|
|||
A collection of links, useful resources and guides for the amazing world of VR on Linux.
|
||||
|
||||
Feel free to contribute to this wiki yourself if you find anything useful that you might want to share with others.
|
||||
|
||||
You can start with the [hardware table](/docs/hardware/).
|
||||
|
|
32
content/docs/hardware/_index.md
Normal file
32
content/docs/hardware/_index.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
weight: 50
|
||||
title: Hardware
|
||||
---
|
||||
|
||||
# Hardware
|
||||
|
||||
A non comprehensive table of various VR/XR devices and the drivers that support them.
|
||||
|
||||
| Device | [SteamVR](/docs/steamvr/) | [Monado](/docs/fossvr/monado/) | [WiVRn](/docs/fossvr/wivrn/) |
|
||||
|----------------------|:-------------------------------------:|:------------------------------:|:----------------------------:|
|
||||
| **PC VR** | | | |
|
||||
| Valve Index | ✅ | ✅ | -- |
|
||||
| HTC Vive | ✅ | ✅ | -- |
|
||||
| HTC Vive Pro | ✅ | ✅ | -- |
|
||||
| HTC Vive Pro 2 | ✅ | -- | -- |
|
||||
| Pimax 4K | ? | ❌ | ? |
|
||||
| Pimax 5K Plus | ? | ❌ | ? |
|
||||
| Pimax 8K | ? | ❌ | ? |
|
||||
| **Standalone** | | | |
|
||||
| Quest | ✅ (via [ALVR](/docs/steamvr/alvr/)) | -- | ✅ |
|
||||
| Quest 2 | ✅ (via [ALVR](/docs/steamvr/alvr/)) | -- | ✅ |
|
||||
| Quest Pro | ✅ (via [ALVR](/docs/steamvr/alvr/)) | -- | ? |
|
||||
| Quest 3 | ✅ (via [ALVR](/docs/steamvr/alvr/)) | -- | ? |
|
||||
| Pico 4 | ✅ (via [ALVR](/docs/steamvr/alvr/)) | -- | ? |
|
||||
| Pico Neo 3 | ✅ (via [ALVR](/docs/steamvr/alvr/)) | -- | ? |
|
||||
| HTC Vive Focus 3 | ✅ (via [ALVR](/docs/steamvr/alvr/)) | -- | ? |
|
||||
| HTC Vive XR Elite | ✅ (via [ALVR](/docs/steamvr/alvr/)) | -- | ? |
|
||||
| Lynx R1 | ✅ (via [ALVR](/docs/steamvr/alvr/)) | -- | ? |
|
||||
| **Trackers** | | | |
|
||||
| Vive/Tundra trackers | ✅ | ✅ | ? |
|
||||
| SlimeVR trackers | ✅ | ❌ | ? |
|
Loading…
Reference in a new issue