Korijn van Golen

Results 390 comments of Korijn van Golen

Just dropping a hint here that [cibuildwheel](https://cibuildwheel.readthedocs.io/en/stable/) can make this work much easier!

Just sharing my two cents here, on request. As an alternative, you could let users use git clone to pull the test data from your repo as well. Shallow clone...

It's consistent with web standards though: https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent WheelEvent inherits MouseEvent which includes said properties

I don't think so. We'd have to use the JS API to talk to the browser's web GPU implementation.

@rougier maybe it's time to make the move? I would also really like to help maintain, together with @almarklein as our projects are critically dependent on this library.

> Maybe one idea is to have a "pan scale factor" for each dimension. For example if it is `(1, 1)`, then x and y pan behaves just like it...

I created https://github.com/pygfx/pylinalg/issues/71 to track a similar optimization opportunity in the pylinalg repo.

> This is exciting! Naive question, does it make sense to store the cache on disk too to reuse it between pygfx runs? I've seen the "Building Vulkan shader cache"...

As a response to your bounding box commit, I think it will come back as a discussion item when we get to line breaking support later. In photoshop-like applications, there...

At geometry level, the bounding box function should return the _local_ bounds, not world bounds For screen space things, it's gonna be weird. I doubt there is anything sensible to...