Ricky Reusser

Results 119 comments of Ricky Reusser

See also: #481, though garbage collecting + reference counting is a slightly different goal. Is it valid to instantiate a single command and treat the shader source as a dynamic...

Hmm… maybe outdated on regl.party? Looks like [this section](https://github.com/regl-project/regl/blob/master/API.md#props), I think. That should be in sync, but when in doubt, the repo probably has the most up-to-date version.

Thanks for the suggestion, @deluksic! For the sake of argument, I made an example of how this may be accomplished with the current API: [Reorganizing Input Data for regl Using...

Hi @ygoe, I think you're right that explicitly specifying this in Mapbox CSS would resolve the issue, though I'd want to be certain before going with the suggestion that Mapbox...

Success! Used the fft for two convolutions at a time, but I'm pretty sure I could use the *real* valued fft to double that up and accomplish four convolutions in...

Reopening since I believe #591 introduced a bug raised in #611 and reverted in #612.

I don't know how to publish the site (see: https://github.com/regl-project/regl-site/pull/4) but you might try checking out the static version instead: https://regl-project.github.io/regl/www/gallery.html

I'm not sure if it's related to this PR or not, but this is an odd behavior I observe on the custom-source debug page, in which high-zoom tiles continue to...

(tried to come up with a PR but that's gonna takes some time to work through where that would happen)

@danmarshall I think the above traces through [browser-module-sandbox](https://github.com/maxogden/browser-module-sandbox), to [browser-module-cache](https://github.com/shama/browser-module-cache), and finally to [level.js](https://github.com/Level/level.js/blob/e819338e87aa305e57ec9c2fe58168ab5dca6da3/index.js#L25). In other words, it's the frame that lets you edit code and require node modules rather...