Skip to content
#

WebXR

webxr logo

WebXR comprises a group of standards (most notably the WebXR Device API) that allow browsers to communicate with augmented reality and virtual reality devices, enabling developers to create immersive experiences that can be accessed on the web.

Here are 365 public repositories matching this topic...

exokit
avaer
avaer commented Jun 3, 2019

Running the tabs default launch command (-t) does not respect redirects at the target.

$ node . -t https://aframe.io/a-painter

☝️ The above will error, even though the server will redirect to https://aframe.io/a-painter/ and serve HTML there:

$ curl -i https://aframe.io/a-painter
HTTP/1.1 301 Moved Permanently
Date: Mon, 03 Jun 2019 20:10:27 GMT
Content-Type: text/ht
bug good first issue easy
robertlong
robertlong commented Apr 13, 2020

You should be able to add text to a scene. Either as a Text Geometry or SDF text, probably both.

There's already a text component in AFrame that we can use in Hubs. We would need to add a new Spoke node with the ability to preview the text.

I think we should export the following properties:

value
align
anchor
baseline
color
he
good first issue new feature

Created by Immersive Web Working Group

Organization
immersive-web
Website
www.w3.org/TR/webxr
Wikipedia
Wikipedia

Related Topics

browser w3c