From 1142eddd7f290d17a97c89ca6857e2979b90b5e4 Mon Sep 17 00:00:00 2001 From: Theo Date: Wed, 14 May 2025 21:49:42 +0000 Subject: [PATCH] Remove experimental warning about Envision --- content/docs/fossvr/envision/_index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/docs/fossvr/envision/_index.md b/content/docs/fossvr/envision/_index.md index 3c050ee..c86ba6f 100644 --- a/content/docs/fossvr/envision/_index.md +++ b/content/docs/fossvr/envision/_index.md @@ -15,12 +15,6 @@ Envision is a graphical app that acts as an orchestrator to get a full [Monado]( 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 warning %}} -**Warning** - -Envision is still considered alpha-quality and highly experimental. -{{% /hint %}} - {{% hint danger %}} We recommend **against** using Envision if your distro is NixOS. See [our NixOS page](/docs/distros/nixos/#envision) for more info. {{% /hint %}}