lvra.gitlab.io/content/docs/fossvr/envision/_index.md

70 lines
3.3 KiB
Markdown
Raw Normal View History

2023-12-06 01:43:59 +01:00
---
weight: 49
2023-12-06 01:43:59 +01:00
title: Envision
---
# Envision
2024-02-11 23:25:40 +01:00
<video width="640" height="360" controls>
<source src="/video/envision_installation/envision_installation.webm" type="video/webm">
2024-02-11 23:25:40 +01:00
</video>
2024-02-11 23:14:21 +01:00
2023-12-06 01:43:59 +01:00
- [Envision GitLab repository](https://gitlab.com/gabmus/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).
2023-12-06 01:43:59 +01:00
{{< hint danger >}}
**Warning**
2024-07-31 23:04:14 +02:00
Envision is still considered alpha-quality and highly experimental.
2023-12-06 01:43:59 +01:00
{{< /hint >}}
2024-09-03 20:20:40 +02:00
You can download the latest AppImage snapshot from [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?ref=main&status=success).
2023-12-22 13:05:16 +01:00
**Please note that WiVRn will not work properly by AppImage, if you utilize the AppImages to run WiVRn you must extract the contents of the AppImage and then execute the Envision binary.**
2024-07-31 23:04:14 +02:00
## Getting Started
2023-12-22 13:05:16 +01:00
2024-04-06 15:04:20 +02:00
Upon launching Envision, you will need to select a profile on the bottom of the left side bar.
Profiles that are available by default:
2024-07-31 23:04:14 +02:00
- Lighthouse driver: Proprietary SteamVR Lighthouse driver with top tracking quality. Recommended for Lighthouse HMDs.
2024-04-06 15:04:20 +02:00
- OpenHMD: Recommended for Oculus Rift & DK series.
- Simulated headset: Dummy driver for testing on a flat screen.
2024-07-31 23:04:14 +02:00
- Survive: FOSS Lighthouse driver implementation.
- WMR: Use with Windows Mixed Reality headsets.
- WiVRn: Wireless streaming solution for Quest, Pico, HTC standalone HMDs.
2024-04-06 15:04:20 +02:00
Monado does not have a launcher app, and so after connecting your headset, you will likely see a solid color. This means you can now start your VR title.
2024-07-31 23:04:14 +02:00
You may want to launch [WlxOverlay-S](/docs/fossvr/wlxoverlay-s/) first and use it to access your desktop and other VR titles. You can even start it automatically alongside the Monado session: just enter `wlx-overlay-s --openxr` into the "Autostart" field of your Envision profile.
## Experimental feature settings
2024-07-31 23:04:14 +02:00
The following resources can be entered into your Envision profile repo and branch settings to enable early access to code before it's fully upstream in Monado itself. To enable these feature sets, simply clone your profile, edit it with these settings, then build.
2024-07-31 23:04:14 +02:00
### Full body Lighthouse tracking
2024-07-31 23:04:14 +02:00
Full body is now provided by default in Monado & OpenComposite through the XR_MNDX_xdev_space OpenXR vendor extension. This allows any tracked "xdev" in Monado to be forwarded as a raw pose without bindings to applications. OpenComposite exposes these as fake Vive FBT trackers for use.
2024-07-31 23:04:14 +02:00
### WMR controller tracking
2024-07-31 23:04:14 +02:00
This enables positional tracking for WMR controllers in full 6dof.
2024-07-31 08:09:56 +02:00
For the Envision XR Service settings:
2024-07-31 23:04:14 +02:00
- Repo: `https://gitlab.freedesktop.org/thaytan/monado`
- Branch: `dev-constellation-controller-tracking`
2024-05-13 16:34:56 +02:00
### Experimental Pimax support branch
Major WIP. Allows certain Pimax HMDs to function with Monado.
2024-07-31 08:09:56 +02:00
For the Envision XR Service settings:
2024-05-13 16:34:56 +02:00
2024-07-31 23:04:14 +02:00
- Repo: `https://gitlab.freedesktop.org/Coreforge/monado/`
- Branch: `pimax`