···11-# homebrew-atomicxr
11+# AtomicXR Homebrew Tap #
2233Homebrew tap for XR applications on Fedora Atomic
44···6677Tap:
88```sh
99-brew tap matrixfurry.com/atomicxr https://tangled.org/@matrixfurry.com/homebrew-atomicxr
99+brew tap matrixfurry/atomic-xr https://tangled.org/@matrixfurry.com/homebrew-atomicxr
1010```
11111212Formulae (`brew install <application>`):
1313- [AtomicXR CLI (`axr`)](https://tangled.sh/@matrixfurry.com/atomic-xr): `atomicxr-cli`
1414-- [WlxOverlay-S](https://github.com/galister/wlx-overlay-s): `wlx-overlay-s`
1515-- [Monado Tracking Origin Calibrator](https://github.com/galister/motoc): `motoc`
1616-- [OSC Avatar Manager](https://github.com/galister/oscavmgr): `oscavmgr`
1717-- [VrcAdvert](https://github.com/galister/VrcAdvert): `vrc-advert`
1814- [Index Camera Passthrough](https://github.com/yshui/index_camera_passthrough): `index-camera-passthrough`
19152016Casks (`brew install --cask <application>`):
2121-- [WayVR Dashboard](https://github.com/olekolek1000/wayvr-dashboard): `wayvr-dashboard`
1717+- [WayVR (formerly WlxOverlay-S)](https://github.com/wlx-team/wayvr): `wayvr`
2218- [LÖVR Playspace](https://github.com/SpookySkeletons/lovr-playspace): `lovr-playspace`
1919+- [Monado Tracking Origin Calibrator](https://github.com/galister/motoc): `motoc`
2020+- [OSC Avatar Manager](https://github.com/galister/oscavmgr): `oscavmgr`
2121+- [VrcAdvert](https://github.com/galister/VrcAdvert): `vrc-advert`
23222423## Performance ##
2525-If you want slightly better runtime CPU performance, you can build from source using `brew install --build-from-source <application>`
2424+If you want slightly better runtime CPU performance, you can build Formulae from source using `brew install --build-from-source <application>`
26252726All Bottles are built for `x86_64-v3`, which should be a good balance between performance and compatibility.
2827···3736```
38373938To resolve this, remove the old tap with `brew untap shiloh/atomicxr`
4040-4141-### WayVR Dashboard: `xkbcommon: ERROR: failed to add default include path /home/linuxbrew/.linuxbrew/share/X11/xkb`
4242-This happens when the `xkb` config files (from the `xkeyboard-config` formula) are not linked to
4343-`/home/linuxbrew/.linuxbrew/share/X11/xkb`. This will happen if the `xorg-server` formula is installed.
4444-4545-To fix this, run `brew unlink xkeyboard-config; brew link xkeyboard-config --overwrite`
46394740### Issues with `pthread.h` or other fixincludes while building formulae
4841This is caused by using Homebrew's GCC instead of Fedora's. Make sure Homebrew GCC is uninstalled and not a dependency.