Kyle Baker
Kyle Baker
https://aframe-gui.herokuapp.com/demo.html also isn't using the a-gui cursor, fwiw. heroku is returning an error page and the demo tries to parse it as JSON.
"Your distro is not supported, only debian base", but I am on debian base (pop_os, so ubuntu base)
Using pop_os 20.04 on a T470p. When I try to run install.sh, I get that error message. :/
even though the examples are updated on main.
as that's the thing that doesn't work out-of-the-box with movement-controls that I've seen to far. Thanks for making the repo though, very helpful. :+1:
When playing out an alternate sequence, it would be nice if we could get some data on how different the outcome would be if this sequence had been played vs....
```js function Carousel(props) { let images = props.images.split(","); images.map(image => image.trim()); let mainImage = ``; let minis = ""; images.forEach(imageUrl => { minis = minis.concat(``) }) console.log('a',images,minis) console.log(html` ${mainImage} Tro...
**Describe the bug** When trying to start the hotspot, I get a silent failure in the GUI. **To Reproduce** Steps to reproduce the behavior: Most vanilla options; just selecting the...
**Do you want to request a *feature* or report a *bug*?** Request a feature **What is the current behavior?** No markerless tracking (?) **Please mention other relevant information such as...
This is the same as the pull request on master, but this repo loads its demo page from gh-pages, so I'm making a pull request here as well. The other...