miker2049

Results 7 issues of miker2049

This still requires on ugly cast, not sure if its r3f problem yet. ### Why Trying to address #894 ### What In order for r3f's `useLoader` to return `GLTF &...

Hi, I really like this library, and I have made an attempt to reuse a lot of its bits and create a version that uses [AudioWorkletProcessor](https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletProcessor/AudioWorkletProcessor) rather than the very...

As discussed in #16 , this is a branch I am working off of that has moved this library over to an Audio worklet implementation, coming from the deprecated ScriptProcessorNode.

This leverages jison's ability to [precompile a parser](http://zaa.ch/jison/docs/#using-the-parser-from-the-web) to greatly reduce the size of the final bundle, from 331kb to 30kb. A npm command and `grammar.json` file replaces the original...

As of right now, this implementation feels a little too oriented around building and showing the demo. I am not sure how many people use System.js, but I do think...

This is just a draft/idea. Unsure in general if this is wanted. Other questions for myself: - is `src/lexicon` really where the schema should live after build? - Is there...

It doesn't seem like the necessary config files are checked in to allow viewing stories. I get this running `npm run storybook` ```sh ERR! Error: No configuration files have been...