Ricky Reusser
Ricky Reusser
Sorry to inundate you, but here's a live notebook with a WASM-compiled prototype: https://observablehq.com/d/d0df0c04ce5c94fc In short, memory management is horrible, but it's really good at passing arrays of primitive values...
Yes, the above should work just fine! Come to think of it, I don't know exactly what triggers this mechanism, but since WebGL uses double-buffering, if you don't draw anything...
Ah, maybe this is roughly what triggers it. I'd just always taken it for granted and hadn't thought about how it works: https://stackoverflow.com/questions/33327585/why-webgl-clear-draw-to-front-buffer > Anytime you do anything that effects...
It looks like this was fixed six months ago by #305. @Erkaman @mikolalysenko is there a build step required to update this on the regl.party site?
Awesome. No worries. Thanks!
Seems CI is up and running and that this issue remains fixed but undeployed. Looks like regl.party is a surge.sh site. Not sure how to update that.
See #445.
Even with CORS, wzrd.in seems down so that the examples won't work. See for example https://wzrd.in/standalone/concat-stream@latest. Please visit the [regl gallery](https://regl-project.github.io/regl/www/gallery.html) for now instead. I tried to change this link...
Thanks for pointing this out, @esthersweon! @mikolalysenko I don't think anyone has the credentials to deploy the site. Would you mind re-deploying? Otherwise I'd be glad to take some ownership...
@esthersweon It should definitely be updated, but in the mean time, I always rely on either https://github.com/regl-project/regl/blob/master/API.md for API docs or http://regl-project.github.io/regal/www/gallery.html for the example.