Korijn van Golen

Results 301 comments of Korijn van Golen

So to clearly answer this question in particular: > Has this become the long term plan? It seems very very unlikely! However, full disclosure, we, the maintainers of wgpu-py, have...

I guess these would correspond to the python wheel `aarch64` platform tag? Cibuildwheel supports building them so it seems trivial indeed. I have a pi now so I can test.

> While we're doing this, maybe we can generalize this to the full matrix that cibuildwheel supports. Probably not much extra work at each step. We can't test all platforms,...

Also... cffi needs to support these platforms as well. Edit: which, they do, except for macos universal2.

Looking at wgpu-native and manylinux, maybe it's not so hard to create arm builds? There are docker images for: - manylinux2014_aarch64 - manylinux2014_armv7l

My vote is on the second option! I don't think the texture/view abstraction is all that complicated. We could perhaps document it more clearly. My simplified understanding is that the...

I have been thinking about this since day one!

We can do both, maybe? You can still run the script manually, even if it has run automatically. We do need to deal with sdist installs though; the script won't...

We should be mindful that in the future sdist installs will break if the URL embedded in the package ever changes/goes down. I'm inclined to think we may be overlooking...

This seems to be maintained (somewhat): https://github.com/marcusva/py-sdl2