From 0f8407d94eef1a4f126e1b08370160307b925ed4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Oct 2022 08:30:26 +0200 Subject: Update info about x11 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c75d463..df987c0 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -A virtual reality video player for Linux running X11, based on Valve's openvr `hellovr_opengl` sample code: https://github.com/ValveSoftware/openvr/tree/master/samples +A virtual reality video player for Linux, based on Valve's openvr `hellovr_opengl` sample code: https://github.com/ValveSoftware/openvr/tree/master/samples 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. +Might now work when using a compositor such as picom when using the glx backend (when capturing a window). # Building Run `./build.sh` 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, libmpv`. # How to use -vr-video-player has two options. Either capture a window and view it in vr or a work-in-progress built-in mpv option. +vr-video-player has two options. Either capture a window and view it in vr (works only on x11) or a work-in-progress built-in mpv option. # Using the built-in video player To play a video with the built-in mpv player, run vr-video-player like so: ``` -- cgit v1.2.3