Andrés Cuervo
Andrés Cuervo
Close this issue b/c the relevant PR got merged? Or is there still work to be done here?
Woah, very exciting! Any update on this?
Would love to contribute to this - either generating them with Tone.js or the Web Audio API or falling back to some canned `a-sounds`, have any thoughts on this @caseyyee?
Would it be considered bad form for a single component to have both a primitive and inline attribute syntax? Because I actually think there's actually a case for the following...
@donmccurdy I was really excited when I saw your comment about nesting `a-gui` under an object it's manipulating but then I noticed that a couple of the common properties to...
Weirdly enough I was working on an alternate syntax for #2 and noticed that it's draggable, while the ones generated by the component disappear on every drag attempt. ([Codepen](https://codepen.io/cwervo/pen/vZzJKe?editors=1010)) Worth...
Oh, interesting, it's not actually disappearing! When it initially disappears, the gui actually goes up & to the right of the viewport (see GIF below), from then on it *is*...
+1 on a reduced example - my use case is recognizing an image within a video stream, and the visualization in the example is interesting but distracting.
The easiest way to do all of this would be to capture the entire canvas with something like [CCapture](https://github.com/spite/ccapture.js) for optimal performance (although could be slow, and you'd have to...
I presume you want to use the video from the camera as a texture? You can do this with [`THREE. createARBackgroundTexture `](https://github.com/expo/expo-three/blob/a70d0e6abde109852396c121d78153710c1d8ff4/README.md#expothreecreatearbackgroundtexture), it updates automatically!