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.

Prepare for migration to Tangled

+5 -5
+2 -2
README.md
··· 5 5 XR for Universal Blue and Fedora Atomic Desktops. 6 6 7 7 This repo contains the AtomicXR core libraries and CLI. Other AtomicXR repos can be found below: 8 - - [AtomicXR Homebrew Tap](https://codeberg.org/shiloh/homebrew-atomicxr): XR packaging for Fedora Atomic. 8 + - [AtomicXR Homebrew Tap](https://tangled.sh/@matrixfurry.com/homebrew-atomicxr): XR packaging for Fedora Atomic. 9 9 10 10 AtomicXR is developed and tested on [Bluefin](https://projectbluefin.io/), but should work with: 11 11 - [Bazzite](https://bazzite.gg/) ··· 13 13 - Other Fedora Atomic-based distros 14 14 15 15 ## Install ## 16 - Homebrew (reccomeneded): `brew tap shiloh/atomicxr https://codeberg.org/shiloh/homebrew-atomicxr.git; brew install atomicxr-cli` 16 + Homebrew (reccomeneded): `brew tap matrixfurry.com/atomicxr https://tangled.sh/@matrixfurry.com/homebrew-atomicxr; brew install atomicxr-cli` 17 17 18 18 From this repo: `./install.sh` 19 19
+1 -1
src/atomic-xr/homebrew.nu
··· 3 3 4 4 # Tap AtomicXR Homebrew 5 5 export def tap [] { 6 - brew tap shiloh/atomicxr https://codeberg.org/shiloh/homebrew-atomicxr.git 6 + brew tap matrixfurry.com/atomicxr https://tangled.sh/@matrixfurry.com/homebrew-atomicxr 7 7 } 8 8 9 9 # Untap AtomicXR Homebrew
+2 -2
src/atomic-xr/steamvr-lh.nu
··· 17 17 export def calibrate [] { 18 18 # TODO: Support using native steam installation 19 19 log warning "This is intended for Flatpak Steam, if you're using native Steam, please use Envision instead." 20 - log warning "If you'd like to see native Steam functionality in AtomicXR, please open an issue on Codeberg." 20 + log warning "If you'd like to see native Steam functionality in AtomicXR, please open an issue on Tangled." 21 21 22 22 if (ask yn "Do you own a lighthouse-tracked HMD? (e.g. Index, Vive Pro)") { 23 23 input -sn 1 "Please connect your headset and place it on the floor, then press any key to start the calibration." ··· 68 68 ] { 69 69 # TODO: Support using native steam installation 70 70 log warning "This is intended for Flatpak Steam, if you're using native Steam, please use Envision instead." 71 - log warning "If you'd like to see this functionality in AtomicXR, please open an issue on Codeberg." 71 + log warning "If you'd like to see this functionality in AtomicXR, please open an issue on Tangled." 72 72 73 73 flatpak run --command=$"($env.HOME)/.steam/root/steamapps/common/SteamVR/tools/lighthouse/bin/linux64/lighthouse_console" com.valvesoftware.Steam ...$args 74 74 }