exokitxr / exokit

Native VR/AR/XR engine for JavaScript 🦖
MIT License
989 stars 119 forks source link

Remove WebVR support #654

Open avaer opened 5 years ago

avaer commented 5 years ago

WebXR is the new WebVR and WebVR has been deprecated for a while now.

This issue tracks deleting WebVR support from Exokit, and whether there are any use cases that would be hindered by doing that.

On Exokit's side we could simplify the code by having only a single XR API to support.

Blocked on https://github.com/webmixedreality/exokit/issues/635.

chrislatorres commented 5 years ago

Is it worth having WebVR support for backwards compatibility?