2022-09-28 16:22:59 +02:00
|
|
|
### Introduction
|
|
|
|
|
|
|
|
|
|
OpenXR is an interface defined by Khronos Group. Implementation of the interface is done by each VR headset vendor differently.
|
|
|
|
|
|
|
|
|
|
### Files
|
|
|
|
|
|
|
|
|
|
The used interface (headers in C language) is an older version because Pico doesn't support the latest one yet.
|
|
|
|
|
The Implementations are taken from the vendor specific SDKs.
|
|
|
|
|
|
2023-02-08 17:26:36 +01:00
|
|
|
`libopenxr_loader.so` in `stub` is there only to satisfy linker, it doesn't matter which variant is it.
|
|
|
|
|
|
2022-09-28 16:22:59 +02:00
|
|
|
### Links
|
|
|
|
|
|
2022-09-28 16:24:26 +02:00
|
|
|
- Khronos OpenXR SDK: https://github.com/KhronosGroup/OpenXR-SDK/
|
|
|
|
|
- Oculus OpenXR SDK: https://developer.oculus.com/downloads/package/oculus-openxr-mobile-sdk/
|
|
|
|
|
- Pico OpenXR SDK https://developer-global.pico-interactive.com/sdk?deviceId=1&platformId=3&itemId=11
|