You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
# WayVR
4
4
5
-
A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops, inspired by XSOverlay.
5
+
A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops.
6
6
7
-
WayVR lets you to access your desktop screens while in VR.
7
+
WayVR lets you to access your desktop screens while in VR, and even launch apps directly in VR.
8
8
9
9
In comparison to similar overlays, WayVR aims to run alongside VR games and experiences while having as little performance impact as possible. The UI appearance and rendering techniques are kept as simple and efficient as possible, while still allowing a high degree of customizability.
10
10
@@ -24,14 +24,14 @@ Questions/issues specific to WayVR will be handled in the `wayvr` chat room. Fee
24
24
25
25
There are multiple ways to install WayVR:
26
26
27
-
1. AppImage: Download from [Releases](https://github.com/galister/wlx-overlay-s/releases)
1. AppImage: Download from [Releases](https://github.com/wlx-team/wayvr/releases)
28
+
1. AUR package: [wayvr](https://aur.archlinux.org/packages/wayvr) or [wayvr-git](https://aur.archlinux.org/packages/wayvr-git)
29
29
1. Homebrew:
30
30
31
31
- Add AtomicXR tap: `brew tap matrixfurry.com/atomicxr https://tangled.sh/@matrixfurry.com/homebrew-atomicxr`
32
32
- Install WayVR: `brew install wlx-overlay-s`
33
33
34
-
1.[Building from source](https://github.com/galister/wlx-overlay-s/wiki/Building-from-Source).
34
+
1.[Building from source](https://github.com/wlx-team/wayvr/wiki/Building-from-Source).
35
35
36
36
### General Setup
37
37
@@ -44,7 +44,7 @@ There are multiple ways to install WayVR:
44
44
45
45
For users specifically running **SteamVR via Steam Flatpak**, follow these steps:
46
46
47
-
1. Grab the latest AppImage from [Releases](https://github.com/galister/wlx-overlay-s/releases).
47
+
1. Grab the latest AppImage from [Releases](https://github.com/wlx-team/wayvr/releases).
48
48
1.`WayVR-*.AppImage --appimage-extract`
49
49
1.`chmod +x squashfs-root/AppRun`
50
50
1. Move the newly created `squashfs-root` folder to a location accessible by the Steam Flatpak.
@@ -68,7 +68,7 @@ In case screens were selected in the wrong order:
68
68
**Envision users**: Go to the Plugins menu and select the WayVR plugin. This will download and run the AppImage version of the overlay.
69
69
In order to run a standalone installation (for instance from the AUR), create a bash script containing `wayvr --openxr --show` and then set this bash script as a custom Envision plugin.
70
70
71
-
This will show a home environment with headset passthrough by default or a [customizable background](https://github.com/galister/wlx-overlay-s/wiki/OpenXR-Skybox)!
71
+
This will show a home environment with headset passthrough by default or a [customizable background](https://github.com/wlx-team/wayvr/wiki/OpenXR-Skybox)!
72
72
73
73
**SteamVR users**: WayVR will register itself for auto-start, so there is no need to start it every time. Disclaimer: SteamVR will sometimes disregard this and not start WayVR anyway.
74
74
@@ -116,8 +116,6 @@ After grabbing, the watch will automatically attach to the hand that's opposite
116
116
117
117
In edit mode, try hovering other overlays to see their advanced options!
Hovering a pointer over a screen will move the mouse. If there are more than one pointers hovering a screen, the pointer that was last used to click will take precedence.
0 commit comments