Skip to content

Commit

Permalink
added to the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedowns committed Feb 8, 2024
1 parent e9edabe commit a5c29ed
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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>&nbsp;|&nbsp;
<li><a target="_blank" href="https://github.com/SARankDirector-Minecraft/XR-android-driver">Android</a></li>&nbsp;|&nbsp;
<li><a target="_blank" href="https://gitlab.com/TheJackiMonster/nrealAirLinuxDriver">Linux</a></li>&nbsp;|&nbsp;
<li><a target="_blank" href="https://gitlab.com/DanBurkhardt/nrealAirLinuxDriver/-/tree/main">Mac</a></li>&nbsp;|&nbsp;
<li><a target="_blank" href="https://gitlab.com/DanBurkhardt/nrealAirLinuxDriver/">Mac</a></li>&nbsp;|&nbsp;
<li><a target="_blank" href="https://github.com/jakedowns/xreal-webxr">Web</a></li>&nbsp;|&nbsp;
<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>&nbsp;|&nbsp;
</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>
Expand Down

0 comments on commit a5c29ed

Please sign in to comment.