Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement WebVR on top of WebXR #24425
Open
Comments
|
cc @Manishearth (I'm surprised we didn't file an issue for this, but if we did I failed to find it!) |
|
The rust-webvr crate has been removed. Is this still relevant? |
|
Yes, the webvr API can still be implemented on top of WebXR. It might be worth doing it as a userscript though |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are currently using two crates
rust-webvr(https://github.com/servo/rust-webvr) andwebxr(https://github.com/servo/webxr). The future is thewebxrcrate, we should implementWebVRon top of it, rather than on top ofrust-webvr.