Ricky Reusser

Results 119 comments of Ricky Reusser

Interesting! Welcome! That's a really helpful suggestion! I always find mobile resizing behavior exceptionally confusing and usually take a big sigh and just move on, so I'm curious to see...

Do other browsers report the errors normally using the same setup? (Details here: [Error messages and debug mode](https://github.com/regl-project/regl/blob/master/API.md#error-messages-and-debug-mode)) I think `console.log` is one of those weird JS things that's not...

If there *is* an error though, do other browsers report it correctly/usefully?

So to clarify, other browsers throw errors in the same unhelpful manner when there is an error? That would suggest that maybe you're using the unchecked version of regl. Are...

Confirmed, here is a notebook which reproduces the issue: https://observablehq.com/d/243a0f078d6865bd To reproduce: 1. draw geometry with divisors set in a vao 2. draw geometry without instancing or vaos If the...

You might have to trace it back through a particular bug reproduction, but I believe this was reverted in https://github.com/regl-project/regl/pull/612 due to a bug reported in https://github.com/regl-project/regl/issues/611. I don't happen...

@mikolalysenko I think it's almost entirely a non-issue since reusing a canvas element for different webgl contexts is a bit of a strange thing to do, though it's maybe not...

I see it as well. Seems like it happens on tiles adjacent to those with a white background. I don't have a great answer, but you might need to either...

Yeah that looks maybe somewhat unlikely to be a valid behavior, even if it were to result from incorrect usage. I wasn't immediately able to track down the source in...

Here are a few of my experiments: - https://github.com/rreusser/demos#regl - https://github.com/rreusser/smoothly-animating-points-with-regl - a blog post on getting started: http://rreusser.github.io/from-nothing-to-something-in-webgl-with-regl/ - experiments toward easy gpgpu: https://github.com/rreusser/regl-operators Also plotly.js is using it...