more drivers on the list

This commit is contained in:
jake downs 2024-02-03 21:10:52 -05:00
parent 4bac044e88
commit bdad8a0218
1 changed files with 13 additions and 0 deletions

View File

@ -22,6 +22,19 @@
Start USBHID Session Start USBHID Session
</button> </button>
<br/>
<div id="credits" class="fixed w-full h-10 overflow-hidden text-center b-0 block bg-red-600 relative">
<p>other open source AR drivers from Team Make Real:</p>
<ul class="list-none flex flex-row space-between text-center justify-center items-center">
<li><a href="https://github.com/MSmithDev/AirAPI_Windows">Windows</a></li>
<li><a href="https://gitlab.com/TheJackiMonster/nrealAirLinuxDriver">Linux</a></li>
<li><a href="https://gitlab.com/DanBurkhardt/nrealAirLinuxDriver/-/tree/main">Mac</a></li>
<li><a href="https://github.com/jakedowns/xreal-webxr">Web</a></li>
<li><a href="https://github.com/badicsalex/ar-drivers-rs">Rust</a></li>
</ul>
</div>
<script> <script>
// Get the button element // Get the button element
const usbhidButton = document.getElementById('usbhid-button'); const usbhidButton = document.getElementById('usbhid-button');