···55XR for Universal Blue and Fedora Atomic Desktops.
6677This repo contains the AtomicXR core libraries and CLI. Other AtomicXR repos can be found below:
88-- [AtomicXR Homebrew Tap](https://codeberg.org/shiloh/homebrew-atomicxr): XR packaging for Fedora Atomic.
88+- [AtomicXR Homebrew Tap](https://tangled.sh/@matrixfurry.com/homebrew-atomicxr): XR packaging for Fedora Atomic.
991010AtomicXR is developed and tested on [Bluefin](https://projectbluefin.io/), but should work with:
1111- [Bazzite](https://bazzite.gg/)
···1313- Other Fedora Atomic-based distros
14141515## Install ##
1616-Homebrew (reccomeneded): `brew tap shiloh/atomicxr https://codeberg.org/shiloh/homebrew-atomicxr.git; brew install atomicxr-cli`
1616+Homebrew (reccomeneded): `brew tap matrixfurry.com/atomicxr https://tangled.sh/@matrixfurry.com/homebrew-atomicxr; brew install atomicxr-cli`
17171818From this repo: `./install.sh`
1919
+1-1
src/atomic-xr/homebrew.nu
···3344# Tap AtomicXR Homebrew
55export def tap [] {
66- brew tap shiloh/atomicxr https://codeberg.org/shiloh/homebrew-atomicxr.git
66+ brew tap matrixfurry.com/atomicxr https://tangled.sh/@matrixfurry.com/homebrew-atomicxr
77}
8899# Untap AtomicXR Homebrew
+2-2
src/atomic-xr/steamvr-lh.nu
···1717export def calibrate [] {
1818 # TODO: Support using native steam installation
1919 log warning "This is intended for Flatpak Steam, if you're using native Steam, please use Envision instead."
2020- log warning "If you'd like to see native Steam functionality in AtomicXR, please open an issue on Codeberg."
2020+ log warning "If you'd like to see native Steam functionality in AtomicXR, please open an issue on Tangled."
21212222 if (ask yn "Do you own a lighthouse-tracked HMD? (e.g. Index, Vive Pro)") {
2323 input -sn 1 "Please connect your headset and place it on the floor, then press any key to start the calibration."
···6868] {
6969 # TODO: Support using native steam installation
7070 log warning "This is intended for Flatpak Steam, if you're using native Steam, please use Envision instead."
7171- log warning "If you'd like to see this functionality in AtomicXR, please open an issue on Codeberg."
7171+ log warning "If you'd like to see this functionality in AtomicXR, please open an issue on Tangled."
72727373 flatpak run --command=$"($env.HOME)/.steam/root/steamapps/common/SteamVR/tools/lighthouse/bin/linux64/lighthouse_console" com.valvesoftware.Steam ...$args
7474}