From 676396fc566e7ddb3b39cd8725897d40c7eb48d2 Mon Sep 17 00:00:00 2001 From: Bones Date: Wed, 6 Dec 2023 13:59:32 +0000 Subject: [PATCH] feat: mention of envision's setup VR APIs --- content/docs/fossvr/envision/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/fossvr/envision/_index.md b/content/docs/fossvr/envision/_index.md index fd380c4..7c28d59 100644 --- a/content/docs/fossvr/envision/_index.md +++ b/content/docs/fossvr/envision/_index.md @@ -9,6 +9,8 @@ title: Envision Envision is a graphical app that acts as an orchestrator to get a full [Monado](/docs/fossvr/monado/) or [WiVRn](/docs/fossvr/wivrn/) setup up and running with a few clicks. +Envision attempts to construct a working runtime with both a native OpenXR and an OpenVR API, provided by [OpenComposite](/docs/fossvr/opencomposite/), for client aplications to utilize. Please note the OpenVR implementation is incomplete and contains only what's necessary to run most games for compatibility. If you plan to implement software, utilize the OpenXR API, specification [here](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html). + {{< hint danger >}} **Warning**