Almar Klein

Results 1569 comments of Almar Klein

> Looks like it is the [default](https://docs.rs/wgpu-types/22.0.0/src/wgpu_types/lib.rs.html#5407) value to me. 🙂 Ah, you're right. I was looking at the code below, which mentions certain guarantees, which I assumed to be...

It looks like wgpu has become unworkable on Windows (at least the machine I have at hand): * Not specifying a surface: Panics with "Surface does not support the adapter's...

> Vulkan works in wgpu-native, so it should work in wgpu-py too. Offscreen canvas works, but glfw and qt did not. Oh, interesting ... I will try wgpu-native when I'm...

found it! It was related to how the surface id was obtained. Somehow the one we created was wrong. Patch underway.

@Vipitis can you confirm it works for you too now? If it does, I think this is about ready. There are no real API changes, but I'm going to have...

It's been a while since I looked at this code. Pirt implements and uses the `Aarray` class, which is a ndarray subclass that also contains samping info, so it can...

Good point. A PR is very welcome!

Yeah, this library does not have proper support for pyinstaller. If this is a problem, consider using pyav.

> pyinstaller packaging instructions: > `pyinstaller -D --contents-directory dist --collect-data imageio-ffmpeg -n "main" "main.py"` I'm not exactly sure what your request is. Do you mean that with the above, the...