XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: Add Envision plugin manifests

Signed-off-by: Shiloh Fen <shiloh@shilohfen.com>

+63
+10
data/envision-plugins/manifest/motoc.json
··· 1 + { 2 + "appid": "com.matrixfurry.atomicxr.motoc", 3 + "name": "Motoc", 4 + "author": "Galister et al.", 5 + "hompage_url": "https://github.com/galister/oscavmgr", 6 + "description": "Allows users to calibrate devices of different tracking origins (tracking technologies) to work together.", 7 + "short_description": "Monado Tracking Origin Calibrator", 8 + "exec_path": "/home/linuxbrew/.linuxbrew/bin/motoc", 9 + "plugin_type": "Executable" 10 + }
+11
data/envision-plugins/manifest/oscavmgr.babble.json
··· 1 + { 2 + "appid": "com.matrixfurry.atomicxr.oscavmgr.babble", 3 + "name": "OscAvMgr (Babble)", 4 + "author": "Galister et al.", 5 + "hompage_url": "https://github.com/galister/oscavmgr", 6 + "description": "Face tracking relay (VRCFT replacement), among other things. Project Babble Mode.", 7 + "short_description": "OSC Avatar Manager (Project Babble)", 8 + "exec_path": "/home/linuxbrew/.linuxbrew/bin/axr", 9 + "args": ["oscavmgr", "start", "babble"], 10 + "plugin_type": "Executable" 11 + }
+11
data/envision-plugins/manifest/oscavmgr.openxr.json
··· 1 + { 2 + "appid": "com.matrixfurry.atomicxr.oscavmgr.openxr", 3 + "name": "OscAvMgr (OpenXR)", 4 + "author": "Galister et al.", 5 + "hompage_url": "https://github.com/galister/oscavmgr", 6 + "description": "Face tracking relay (VRCFT replacement), among other things. OpenXR Mode, use this for WiVRn.", 7 + "short_description": "OSC Avatar Manager (OpenXR/WiVRn)", 8 + "exec_path": "/home/linuxbrew/.linuxbrew/bin/axr", 9 + "args": ["oscavmgr", "start", "openxr"], 10 + "plugin_type": "Executable" 11 + }
+16
data/envision-plugins/manifest/wayvr-dashboard.json
··· 1 + { 2 + "appid": "com.matrixfurry.atomicxr.wayvr-dashboard", 3 + "name": "WayVR Dashboard", 4 + "author": "Aleksander (oo8dev) et al.", 5 + "hompage_url": "https://oo8.dev/wayvr_dashboard", 6 + "icon_url": "https://raw.githubusercontent.com/olekolek1000/wayvr-dashboard/refs/heads/master/wayvr-dashboard.svg", 7 + "screenshots": [ 8 + "https://github.com/olekolek1000/wayvr-dashboard/blob/master/contrib/front.jpg?raw=true" 9 + ], 10 + "description": "Launch your favorite desktop applications and games seamlessly within your VR environment (wlx-overlay-s addon)", 11 + "short_description": "Game and application launcher for VR", 12 + "exec_path": "/home/linuxbrew/.linuxbrew/bin/wlx-overlay-s", 13 + "env_vars": { "GDK_BACKEND": "wayland" }, 14 + "dependencies": ["com.matrixfurry.atomicxr.wlx-overlay-s"], 15 + "plugin_type": "WayVrDashboard" 16 + }
+15
data/envision-plugins/manifest/wlx-overlay-s.json
··· 1 + { 2 + "appid": "com.matrixfurry.atomicxr.wlx-overlay-s", 3 + "name": "WlxOverlay-S", 4 + "author": "Galister et al.", 5 + "hompage_url": "https://github.com/galister/wlx-overlay-s", 6 + "icon_url": "https://github.com/galister/wlx-overlay-s/raw/main/wlx-overlay-s.svg", 7 + "screenshots": [ 8 + "https://github.com/galister/wlx-overlay-s/raw/guide/wlx-s.png" 9 + ], 10 + "description": "A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops, inspired by XSOverlay.\n\nWlxOverlay-S allows you to access your desktop screens while in VR.\n\nIn comparison to similar overlays, WlxOverlay-S 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.", 11 + "short_description": "Access your Wayland/X11 desktop", 12 + "exec_path": "/home/linuxbrew/.linuxbrew/bin/wlx-overlay-s", 13 + "args": ["--openxr"], 14 + "plugin_type": "Executable" 15 + }