-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebXR Example #73
base: master
Are you sure you want to change the base?
WebXR Example #73
Conversation
e9711bc
to
8abcf07
Compare
@mosra This is ready for review! :) |
8abcf07
to
5520da1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! A bunch of semi-minor things.
5520da1
to
aa5d428
Compare
emscripten-webxr is at e101ce7cfc3c92962a65771f43c2d61775edd348 Signed-off-by: Squareys <squareys@googlemail.com>
aa5d428
to
e16a908
Compare
@mosra Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Merged as 818731d, thank you! I'll update the docs and everything tomorrow, too late to do that today. Keeping this open as a reminder until we solve the Closure Compiler issue I mentioned privately -- I'd like to upload the minified version, ideally ;) |
Hi @mosra,
as promised, with open sourcing of https://github.com/vhiterabbit/emscripten-webxr, here's a Magnum example.
This week, the first two browsers with support for the stable specification of the WebXR Device API will be released, hence I see it as valuable for magnum to be probably the first C++ graphics framework out there to support it.
Best,
Jonathan
TODO