Inclusive Apps with WebXR & AI

This project is going to discuss WebXR & AI use cases and work on an hands on project

Slides: https://bit.ly/XRWomenAI

https://www.youtube.com/WebXR

Goals

WebXR

State of WebXR APIs: https://caniuse.com/?search=webxr

Mozilla Developer Network: https://developer.mozilla.org/en-US/docs/Web/API/WebXR_Device_API

AI Applications

Remix template for AR

Project is built on Immersive Web Co-chair Ada Rose Cannon's AR starter project on Glitch. You can create a free account and make a copy of the AR Starter Kit project linked below by choosing Remix option. This will copy the project on to your account and you can start editing directly.

You can find Ada's XR Template on Github

You can find more WebXR templates on Glitch WebXR Playlist

Add Speech SDK by including the below script in html

 <script src="https://aka.ms/csspeech/jsbrowserpackageraw"></script>

Last updated