Joe Pea
Joe Pea
LUME 3D elements originally used DOMMatrix (that I polyfilled) before switching to Three.js. Now, we'll convert lume/glas to using DOMMatrix, and eliminate the transform conversion hacks we have in the...
What a pain! But! I'm learning Three.js internals, and it will be rewarding to see this thing output visuals!
WebAssembly is unique, and thus so is AssemblyScript. In plain JavaScript, arbitrary JS objects (except for certain special ones) cannot be transferred between workers. But in WebAssembly (and hence AssemblyScript),...
...eventually, and make the workflow almost the same, with the same docs/examples site, so that we can render everything in a way that's familiar to the existing community?
Port Three.js WebGLAnimation to AssemblyScript. Progress tracking in https://github.com/lume/glas/projects/1
Need to add a blurb about the test entry points and all spec files being imported.