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

webxr

Here are 296 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
JulianGro
JulianGro commented Aug 31, 2021

I thought while I was in the releases I might as well list some files that I deem unneeded that could be removed in future releases. In my case, this list comes from the release AppImages. Other releases might have more or less trash in them.

  • /vircadia/interface/resources.qrc very sure that that file is only used to generate /vircadia/interface/resources.rcc, so it is useless in a release

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