mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-04-28 18:28:30 +02:00
No description
weight: 50 title: XR Video player --- # XR Video player - [XR Video player URL](https://codeberg.org/yoshino/xr-video-player) ## XR Video Player. Native Linux application that is Open Source. It doesn't seem to be an actual player. Its more of a wrapper, that uses MPV player for actual content, but wraps Stereo and possibly 360 degrees videos into VR format that your OpenXR Head Mounted Display can show in stereo vision. It does require compilation, but it is a small price to pay for something native. Tip: Many websites that have stereo videos, that just works in Windows browsers don't work in same browsers on Linux. For example: https://www.youtube.com/watch?v=fIRLLjsgqxw This one has so much changing content, that gave me slight nausea. Please replace with something better if you find it. |
||
---|---|---|
archetypes | ||
assets | ||
content | ||
data | ||
layouts | ||
resources/_gen/assets/scss | ||
static | ||
themes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
.htmltest.yml | ||
.hugo_build.lock | ||
hugo.toml | ||
LICENSE | ||
README.md | ||
test_trailing_spaces.sh |
Linux VR Adventures Wiki
The Linux VR knowledge base!
Requirements
You will need to install Hugo extended.
Cloning and submodules
You'll need to clone this repo with submodules or init your submodules after the fact.
Clone with submodules
git clone https://gitlab.com/lvra/lvra.gitlab.io --recurse-submodules
Init submodules in existing clone
git submodule init
git submodule update
Running
You can run a live server with
hugo serve
Building
hugo
Editing and contributing
You can create pages and sections in content/docs
.
For more info on what's possible you can reference the Hugo Book Theme readme.