Almar Klein

Results 1569 comments of Almar Klein

I moved multiple issues, that related to the canvas, from wgpupy to the rendercanvas repo.

This is done. There is still a stub in `wgpu.gui` that just loads from `rendercanvas`, but its not documented, and we'll remove that in a a few months/releases.

Yeah, "Fix drop order in Surface, solving segfaults on exit on some systems." sounds very familiar to https://github.com/pygfx/pygfx/issues/642. I think wgpu-native can bump without much work. So we can get...

We've deliberately not made this possible because when the buffer is unmapped that memoryview becomes invalid, but there is no way in Python to stop the user from using it....

I've added experimental support in #522. That way people can experiment with this feature and see how much it really makes things faster. I've also done a few benchmarks (part...

> did notice that this won't be the only place that the API is exposing the user to an unsafe memory view. Indeed there is `buffer.readmapped(copy=False)`. > Reading from and...

> It just felt strange to me that you were worried about safety with reading, but not with writing. For reading it was easy to add an argument that must...

I currently don't have plans to refactor the current front-end. But I want to separate the backend and front-end more, making it simpler to add alternative front-ends, using the web-api.

Sounds very reasonable. Relates a bit to #359

Oh wait, in this issue you mean selecting tags in the overview, right? I somehow assumed this was in the context of the search dialog 😅