Almar Klein

Results 1569 comments of Almar Klein

Why is the plane's `material.pick_write` set to True in the first place?

Wow, this is super helpful! Thanks! > There is no significant performance difference between Vertex Buffer and Storage Buffer. 🎉 > Using InterleavedBuffer does not improve performance; instead, it significantly...

I ran the test scripts on Apple M1. I saw that the fps tends to fluctuate the first 10 secs or so. I took waited for it to stabilize and...

Ah, glad that we understand that result now too. Thanks for the update!

mmm I'm not sure. We don't have examples that are *that* large. IIUC what happens if you have two examples that load 1GB of data, you'd expect that after running...

Let's compare the different implementations: * https://github.com/fastplotlib/fastplotlib/blob/main/examples/tests/test_examples.py * https://github.com/pygfx/wgpu-py/blob/main/examples/tests/test_examples.py * https://github.com/pygfx/pygfx/blob/main/examples/tests/test_examples.py In wgpu-py we use `request.addfinalizer(unload_module)` to clear the module after the test. The pygfx version was updated some time...

Do you have a proposal for a solution? Perhaps an env var for the server to not enable the pwa?

Sorry for getting back to this after so long. Generating the color from the name was an early idea to give unique (pseudo) random colors to tags, without actually needing...

So if I know create a new tag, and have it set to random colors, in what cases will it change color? * Does it change color every time the...

> Oh, and I also added a small bug fix to the random color generation Nice! 🙏