-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,39 @@ | ||
# 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 | ||
other open source xreal drivers: | ||
based on combined effort of: | ||
|
||
### Community Open Source Xreal Drivers: | ||
|
||
- [Windows](https://github.com/MSmithDev/AirAPI_Windows) - .dll | ||
- [Android](https://github.com/SARankDirector-Minecraft/XR-android-driver) - .so? | ||
- [Linux](https://gitlab.com/TheJackiMonster/nrealAirLinuxDriver) - .so? | ||
- [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 | ||
|
||
|
||
- [Windows](https://github.com/MSmithDev/AirAPI_Windows) | ||
- [Android](https://github.com/SARankDirector-Minecraft/XR-android-driver) | ||
- [Linux](https://gitlab.com/TheJackiMonster/nrealAirLinuxDriver) | ||
- [Mac](https://gitlab.com/DanBurkhardt/nrealAirLinuxDriver/-/tree/main) | ||
- [Web](https://github.com/jakedowns/xreal-webxr) | ||
- [Rust](https://github.com/badicsalex/ar-drivers-rs) | ||
### Roadmap | ||
|
||
- [OpenXR](#coming-soon) # coming soon | ||
- [CloudXR](#on-hold) # on hold | ||
|
||
see also: | ||
|
||
decky plugin, breezy desktop, cozy desk |