-
-
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
6 additions
and
4 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Xreal WebXR Demo + Open Source Driver Directory - From Team Make Real</title> | ||
<title>Xreal WebXR Demo + Open Source Driver Directory - Team Make Real</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> | ||
<style> | ||
body { | ||
|
@@ -24,18 +24,20 @@ <h1 class="text-4xl font-bold text-purple-800 p-4 block">Xreal, meet WebXR</h1> | |
<br/> | ||
|
||
<div id="credits" class="fixed w-full h-auto overflow-hidden text-center left-0 top-auto right-0 bottom-0 block pb-4"> | ||
<p class="text-gray-600">other open source AR drivers from Team Make Real:</p> | ||
<p class="text-gray-600">other open source xreal drivers:</p> | ||
<ul class="list-none flex flex-row space-between text-center justify-center items-center text-purple-200"> | ||
<li><a target="_blank" href="https://github.com/MSmithDev/AirAPI_Windows">Windows</a></li> | | ||
<li><a target="_blank" href="https://github.com/SARankDirector-Minecraft/XR-android-driver">Android</a></li> | | ||
<li><a target="_blank" href="https://gitlab.com/TheJackiMonster/nrealAirLinuxDriver">Linux</a></li> | | ||
<li><a target="_blank" href="https://gitlab.com/DanBurkhardt/nrealAirLinuxDriver/-/tree/main">Mac</a></li> | | ||
<li><a target="_blank" href="https://gitlab.com/DanBurkhardt/nrealAirLinuxDriver/">Mac</a></li> | | ||
<li><a target="_blank" href="https://github.com/jakedowns/xreal-webxr">Web</a></li> | | ||
<li><a target="_blank" href="https://github.com/badicsalex/ar-drivers-rs">Rust</a></li> | ||
<li><a target="_blank" href="https://github.com/badicsalex/ar-drivers-rs">Rust</a></li> | | ||
</ul> | ||
<hr/> | ||
<ul> | ||
<li><br/><a class="" href="https://jakedowns.github.io/webxr.html">WebXR + WebGPU Demos!</a></li> | ||
<li><br/><a class="" href="https://github.com/jakedowns/xreal-webxr">View Source For This Repo on Github</a></li> | ||
<li><a target="_blank" href="https://air.msmithdev.com/">Nreal Air Firmware Update Mirror</a></li> | ||
<!-- <li><br/><a class="" href="https://gist.github.com/CGamesPlay/b3ea7740ea8715d19e89f5511491519f">HELP! We need your help finishing these FREE, OPEN-SOURCE COMMUNITY-CONTRIBUTED, DRIVERS! Please help us fix the YAW drift!</a></li> --> | ||
</ul> | ||
</div> | ||
|