The Wayback Machine - https://web.archive.org/web/20211020144920/https://github.com/topics/webxr
Skip to content
#

webxr

Here are 307 public repositories matching this topic...

Babylon.js
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
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
Penguin-Guru
Penguin-Guru commented Oct 7, 2021

AppImage --help lists a parameter "--help-all". I tried running that but it just ran the client. I tried running with both "--help" and "--help-all", but output was the same as from "--help". I have also read people discussing other parameters that are not mentioned in the --help output and they did not seem interested in adding to it. I think it's important that all functional parameters be outpu

Improve this page

Add a description, image, and links to the webxr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webxr topic, visit your repo's landing page and select "manage topics."

Learn more