Christopher Van Wiemeersch
Christopher Van Wiemeersch
What I had thought about doing is having a `` that you'd add (or request the site owner to be add) to each example hosted/embedded from the A-Frame site. From...
Yeah, that's a pity. Yeah, and `navigator.geolocation`, `navigator.getUserMedia`, etc. [as well](https://www.chromium.org/Home/chromium-security/deprecating-powerful-features-on-insecure-origins). (I _think_ Service Workers work from ``s; pretty sure from my testing they did, but I forget.) What I...
could do this with `history.pushState` and a `popstate` event listener and `pjax-standalone` (or similar)
Filed #218; can close that one. Would probably be easiest and SEO-friendly to use https://aframe.io/en-US/docs/…
> `docs/en-US` might be easier implementation-wise, does the order in that matter? If the homepage and other non-doc pages intend on being localised, it's probably make sense to namespace all...
I'd recommend using [L20n.js](http://l20n.org), btw.
Maybe not exactly the most thorough addition to the conversation, but I've used https://www.npmjs.com/package/ipfs-log with success for IPFS.
I found @substack's [vglobe regl tutorial](https://substack.neocities.org/tutorial/vglobe) very helpful. Along those lines, I think added built-in support for loading glTF (or ideally to [`regl-project/resl`](https://github.com/regl-project/resl) in regl-project/resl#8 would be great). I added...
@dmarcos have you seen this?
We should use proper `input[type=number]` and `input[type=range]` (issue #29).