feat: some initial content to kick things off

This commit is contained in:
Gabriele Musco 2023-12-04 19:35:06 +00:00
parent 7ec81a3efd
commit 89b3d13785
13 changed files with 106 additions and 25 deletions

View file

@ -0,0 +1,8 @@
---
title: VRChat
weight: 50
---
# VRChat
The most popular social VR game, here are resources to get the best experience on Linux.

View file

@ -1,7 +0,0 @@
---
weight: 0
---
# VRChat
Foo bar baz

View file

@ -1,9 +0,0 @@
---
weight: 9000
---
# test page
Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.
Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est aliquip amet voluptate voluptate dolor minim nulla est proident. Nostrud officia pariatur ut officia. Sit irure elit esse ea nulla sunt ex occaecat reprehenderit commodo officia dolor Lorem duis laboris cupidatat officia voluptate. Culpa proident adipisicing id nulla nisi laboris ex in Lorem sunt duis officia eiusmod. Aliqua reprehenderit commodo ex non excepteur duis sunt velit enim. Voluptate laboris sint cupidatat ullamco ut ea consectetur et est culpa et culpa duis.

View file

@ -0,0 +1,8 @@
---
weight: 900
title: Unity
---
# Unity
For the best experience, we found that running Unity from [Flatpak](https://flathub.org/apps/com.unity.UnityHub) is usually preferred.

View file

@ -0,0 +1,16 @@
---
weight: 100
title: Video Players
---
# Video Players
AVPro based video players are notoriously buggy on Linux, causing issues such as high memory usage, crashing or just straight out not working.
## Stream from video player to ffplay/MPV
When in a VRChat world, if a video player fails to play, you can instead run [this script](https://gist.github.com/galister/1a971254af72bb2a5bc27740e984bce2).
You might need to adapt it in case you installed VRChat in another disk and not in your home folder.
It essentially grabs the URL from the VRChat logs and opens it in ffplay (for RTMP streams) or MPV.