let's go
This commit is contained in:
parent
fd65046363
commit
077d1e7665
41
README.md
41
README.md
|
|
@ -1,20 +1,39 @@
|
||||||
# xreal-webxr
|
# xreal-webxr
|
||||||
webxr support for xreal devices
|
|
||||||
|
|
||||||
Based on the combined efforts of the Project Make Real Team
|
work in progress; webxr support for xreal devices
|
||||||
|
|
||||||
|
Read the history of these projects:
|
||||||
|
|
||||||
> https://jakedownsdev.substack.com/p/open-sourcing-nreal-air-development?utm_source=profile&utm_medium=reader2
|
> https://jakedownsdev.substack.com/p/open-sourcing-nreal-air-development?utm_source=profile&utm_medium=reader2
|
||||||
|
|
||||||
other open source xreal drivers:
|
based on combined effort of:
|
||||||
|
|
||||||
- [Windows](https://github.com/MSmithDev/AirAPI_Windows)
|
### Community Open Source Xreal Drivers:
|
||||||
- [Android](https://github.com/SARankDirector-Minecraft/XR-android-driver)
|
|
||||||
- [Linux](https://gitlab.com/TheJackiMonster/nrealAirLinuxDriver)
|
- [Windows](https://github.com/MSmithDev/AirAPI_Windows) - .dll
|
||||||
- [Mac](https://gitlab.com/DanBurkhardt/nrealAirLinuxDriver/-/tree/main)
|
- [Android](https://github.com/SARankDirector-Minecraft/XR-android-driver) - .so?
|
||||||
- [Web](https://github.com/jakedowns/xreal-webxr)
|
- [Linux](https://gitlab.com/TheJackiMonster/nrealAirLinuxDriver) - .so?
|
||||||
- [Rust](https://github.com/badicsalex/ar-drivers-rs)
|
- [Mac](https://gitlab.com/DanBurkhardt/nrealAirLinuxDriver/-/tree/main) - .dylib?
|
||||||
|
- [WebXR](https://github.com/jakedowns/xreal-webxr) - WebXR Bindings and Test Utilities / Getting-Started Example(s) Basis for NPM package
|
||||||
|
- [Rust](https://github.com/badicsalex/ar-drivers-rs) - Cross-Platform Rust Library
|
||||||
|
- [XRLinux](https://github.com/wheaney/XRLinuxDriver) - Linux, Steam Deck - Decky Plugin
|
||||||
|
- [OpenVR-xrealAirGlassesHMD](https://github.com/wheaney/OpenVR-xrealAirGlassesHMD) - OpenVR driver for xReal Air Glasses as a HMD
|
||||||
|
|
||||||
|
### Projects using Open Source Xreal Drivers
|
||||||
|
|
||||||
|
- [breezy desktop](https://github.com/wheaney/breezy-desktop) - Linux
|
||||||
|
- [cozy desk](https://cozydesk.space/download/) - Mac
|
||||||
|
- [PhoenixHeadTracker](https://github.com/iVideoGameBoss/PhoenixHeadTracker/releases) - Windows
|
||||||
|
- [Monodo - xreal support](https://gitlab.freedesktop.org/monado/monado/-/tree/main/src/xrt/drivers/nreal_air) - Linux + OpenXR (via [TheJackiMonster](https://gitlab.com/TheJackiMonster))
|
||||||
|
|
||||||
|
### Utilities
|
||||||
|
|
||||||
|
- [Unofficial Firmware Mirror](https://air.msmithdev.com/) - Web Firmware Updater Mirror
|
||||||
|
|
||||||
|
|
||||||
see also:
|
### Roadmap
|
||||||
|
|
||||||
|
- [OpenXR](#coming-soon) # coming soon
|
||||||
|
- [CloudXR](#on-hold) # on hold
|
||||||
|
|
||||||
|
|
||||||
decky plugin, breezy desktop, cozy desk
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue