immersive-web / webxr-polyfill

Use the WebXR Device API today, providing fallbacks to native WebVR 1.1 and Cardboard
Apache License 2.0
386 stars 86 forks source link

Discussion about how polyfill can be taken forward #60

Open AdaRoseCannon opened 5 years ago

AdaRoseCannon commented 5 years ago
if (chromiumM73Detect()) return import('./chomiumM73toWorkingDraft.js'); 
if (WebVRDetect()) return import('./WebVRtoWorkingDraft.js'); 
return import('WebXRPolyfill.js');
joshmarinacci commented 5 years ago

I would love to help.