WebXR
immersiveweb.dev
WebXR
1–10 of 68 posts
Re: WebXR
#2The name choice is interesting. If one of the first things in your FAQ is "the name probably made you think this is thing X. it's not", then maybe there was a flaw in your naming process.
Re: WebXR
#3Wonder what's the story behind this not being made by the Khronos Group. Especially since, at least according to Wikipedia, it's based on Vladimir Vukićević's work. The name choice is interesting. If one of the first things in your FAQ is "the name probably made you think this is thing X. it's not", then maybe there was a flaw in your naming process.
Re: WebXR
#4Wonder what's the story behind this not being made by the Khronos Group. Especially since, at least according to Wikipedia, it's based on Vladimir Vukićević's work. The name choice is interesting. If one of the first things in your FAQ is "the name probably made you think this is thing X. it's not", then maybe there was a flaw in your naming process.
I think this is the wrong post
"As such it may seem like WebXR and OpenXR have a relationship like WebGL and OpenGL, where the web API is a near 1:1 mapping of the native API. This is not the case with WebXR and OpenXR, as they are distinct APIs being developed by different standards bodies."
from https://github.com/immersive-web/webxr/blob/master/explainer...
Re: WebXR
#5Earlier quoted context omitted.
I think this is the wrong post
I'm talking about WebXR, which is for some reason the name of the standard developed by W3C. "As such it may seem like WebXR and OpenXR have a relationship like WebGL and OpenGL, where the web API is a near 1:1 mapping of the native API. This is not the case with WebXR and OpenXR, as they are distinct APIs being developed by different standards bodies." from https://github.com/immersive-web/webxr/blob/master/explaine…
Re: WebXR
#6Wonder what's the story behind this not being made by the Khronos Group. Especially since, at least according to Wikipedia, it's based on Vladimir Vukićević's work. The name choice is interesting. If one of the first things in your FAQ is "the name probably made you think this is thing X. it's not", then maybe there was a flaw in your naming process.
API started as WebVR, was renamed to WebXR since now accommodates more than VR (AR, MR…)
I worked with Vlad at Mozilla in the early WebVR days (I co-design while at Mozilla and now maintain A-Frame)
Re: WebXR
#7Re: WebXR
#8Re: WebXR
#9It makes use of Model-Viewer, which in turn uses Scene Viewer and ARCore on compatible Android devices, and Quick-Look and ARKit on compatible iOS devices.
At the bottom there's also a WebXR implementation using Babylon.js.
Re: WebXR
#10Any thougts on the best way to do this in classic runtimes like Unity or Unreal (which scripting plugins, which base construction objects/assets?)?
The main issue I have with WebXR, though, is it being canvas-based instead of being page/HTML-based, resulting in graphic-oriented products instead of structure-oriented ones (e.g. 3D web pages) which would allow placing all the dynamic and complex HTML objects that were developed over the last few years. Any good known approach to solve this?