Skip to content

mvilledieu/magicleap-helio-webxr-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic Leap Helio - Webxr Polyfill

Polyfill providing backward compatibility in between the newest WebXR API and the WebXR API currently implemented in Helio (Lumin 0.96.0 & Lumin 0.97.0)

Installing

If you use npm, run npm i magicleap-helio-webxr-polyfill.

Then add it at the top of your file using import:


import 'magicleap-helio-webxr-polyfill';

or using script tag:

<script src="https://unpkg.com/magicleap-helio-webxr-polyfill@latest/HelioWebXRPolyfill"></script>

More information and guides are available on Magic Leap's Creator Portal.

Getting started with WebXR and using the Polyfill

To get started, checkout the WebXR Hello WebXR code here. To try it out on device go here

About

Provides compatibility in between newest WebXR API and the WebXR API implementation available in Helio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published