aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-09-08 12:17:41 +0200
committerdec05eba <dec05eba@protonmail.com>2021-09-08 12:17:41 +0200
commitd3a7e179981798880f28255832b319801aca11b6 (patch)
tree096226e88a43a5c24866479f036a72b4bf19b0ee /README.md
parent53f04c9833570cf3c15c3d24cf5bcbbb09f94066 (diff)
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c82fc70..429f8d4 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@ A virtual reality video player for Linux running X11, based on Valve's openvr `h
Currently only works with stereo video and equirectangular cube maps (youtube 360 videos) when used for vr videos, but if the vr video player is launched with the `--plane` option then you can view
the video as a regular video in vr without depth (like a cinema).
+## Note
+Might now work when using a compositor such as picom when using the glx backend.
+
# Building
vr video player can be built by running `./build.sh` or by using [sibs](https://git.dec05eba.com/sibs) or if you are running Arch Linux, then you can find it on aur under the name vr-video-player-git (`yay -S vr-video-player-git`).
Dependencies needed when building using `build.sh`: `glm, glew, sdl2, openvr, libx11, libxcomposite, libxfixes`.