Almar Klein
Almar Klein
Merged in rendercanvas.
I agree with @panxinmiao that alignment is ultimately the caller's responsibility. But I can also see that in a method like `create_buffer_with_data()` we can provide some convenience to make it...
> I can implement this, if you want. That would be great! 🙏 > to make `align_bytes=4` be the default. Mmm, it's tempting, but I think better that the user...
Good point @panxinmiao !
Yes, that moves some of the complexity to the application level, but it is more flexible. So an alternative approach would be to make Qt work for multi-touch events. The...
> Would it make sense to include a pre commit config that has the ruff steps included? That sounds like a good idea! What's the community standard for doing this?...
I think this has been up long enough :)
https://github.com/pygfx/rendercanvas
My proposal is: ```py from rendercanvas.auto import RenderCanvas ``` That name is free and pretty clear: it's a canvas to render to. Not wgpu-specific, actually, since anything that can render...
I added a quick summary in the top post to what this change means for downstream libraries. In short: no rush yet.