From 74709faffdf91ad6b69d78e07c26cb6fc83e6de6 Mon Sep 17 00:00:00 2001 From: Bones Date: Thu, 16 Oct 2025 03:35:38 +0000 Subject: [PATCH] fix: warn not to use Envision in place of WiVRn distribution --- content/docs/fossvr/envision/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/fossvr/envision/_index.md b/content/docs/fossvr/envision/_index.md index 1fff795..e786229 100644 --- a/content/docs/fossvr/envision/_index.md +++ b/content/docs/fossvr/envision/_index.md @@ -13,6 +13,10 @@ 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. +{{% hint danger %}} +**Do not** use Envision for WiVRn directly unless you absolutely need it to access experimental patches. See [WiVRn](/docs/fossvr/wivrn/) as WiVRn has it's own GUI much more suited to itself than Envision and may be installed via Flatpak, AUR, or Fedora repos. +{{% /hint %}} + 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 %}}