Fabien Benetou
Fabien Benetou
The materials end with "You've graduated from the A-Frame School and now have a virtual uncertified degree in WebVR." which is fun and make perfect sense. Yet... in order to...
Arguably but typically checking and example or modifying it is done for few minutes then going back to the school materials. Would be good to open the link in a...
Hi, I'm just learning about the project and it's pretty amazing. I tinkered with NTLK and Gensim before but this is so convenient to explore and embed on a page....
Here is a quick basic example for the [visual feedback](https://twitter.com/utopiah/status/955003444443656193) ```javascript document.addEventListener('keydown', function(event) { var key=event.key; document.querySelector("[key-value="+key+"]").setAttribute("color", "grey"); setTimeout( () => { document.querySelector("[key-value="+key+"]").setAttribute("color", "#263238") }, 100 ); }); ``` It...
Hi, I used the project in June, no problem. I tried the same code base today and it didn't work. I was wondering if somehow my device token had expired...
By default the device synchronizes with reMarkable and Google server. This is not always convenient, possible or ethically desired. The project https://github.com/ddvk/rmfakecloud allows to sync to one own server instead....
IMHO if the goal is to facilitate understanding then the setup phase is particularly important as it is a barrier to entry. There are numerous solutions to overcome that, from...
Generate viseme so that a 2D or 3D model could move lips and facial features according to the spoken text. **Solution** Relying on e.g AVTacotron2 https://arxiv.org/abs/2008.00620 or more recently https://arxiv.org/abs/2301.06059...
I don't see how to use `extract_mesh.py` to provide a 2D sketch for edges as input. Could you please provide an example? I'm thinking of integrating it to my XR...