Mikola Lysenko

Results 50 comments of Mikola Lysenko

Not a bug, closing.

Working on fixing the broken CI issue. Once this is back up it should be possible to get all the changes pushed out.

I like this idea for a feature, am open to implementing it.

CC @gregtatum this could be a good first issue for getting to know `core.js`

Maybe a better solution would be to implement some sort of reference counting or garbage collection. I think there is a way we could make live reloading work without having...

This makes sense and internally regl tracks all this info anyway. Exposing it would be an easy win. Do you want to take a shot at this?

You can do this by unrolling each offset manually, but it is a bit painful: ``` javascript uniforms: { 'laplace_offsets[0]': [-1, -1], 'laplace_offsets[1]': [0, -1], 'laplace_offsets[2]': [1, -1], // ......

This is a reasonable enhancement and would be a good first issue. CC @gregtatum

Also on the first point: you could create a scope to set the scissor box.

Yes! These are awesome!