From d2de89e778f5c316dd75361280b50b4bb5975ec2 Mon Sep 17 00:00:00 2001 From: Lubos Date: Wed, 28 Sep 2022 16:22:59 +0200 Subject: [PATCH 1/2] OpenXR - Add README.md about the SDK --- ext/openxr/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ext/openxr/README.md diff --git a/ext/openxr/README.md b/ext/openxr/README.md new file mode 100644 index 0000000000..a8ac9b926b --- /dev/null +++ b/ext/openxr/README.md @@ -0,0 +1,14 @@ +### 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. + +### Links + +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 From 088272c0c4a797609f2810831f99b927340b1f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Von=C3=A1sek?= Date: Wed, 28 Sep 2022 16:24:26 +0200 Subject: [PATCH 2/2] Update README.md --- ext/openxr/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/openxr/README.md b/ext/openxr/README.md index a8ac9b926b..13db1d3ade 100644 --- a/ext/openxr/README.md +++ b/ext/openxr/README.md @@ -9,6 +9,6 @@ The Implementations are taken from the vendor specific SDKs. ### Links -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 +- 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