Almar Klein
Almar Klein
I think the best approach would be: * Use an offscreen canvas: `from rendercanvas.offscreen import RenderCanvas` * Create handlers for the imgui events * Feed them into `canvas._events.submit()`, see [this...
Thanks for reporting this. Do you perhaps also have the Python code to run the shader with, to make it a truely reproducable example?
Just a quick note that I've seen this PR. I'm trying to catch up with a lot of other stuff; I'll catch up with the colorspace stuff when some of...
Interesting ... in a benchmark that renders 1M points, the passes (obviously) take more gpu time, but the flush-pass also reports a much larger time. In other words, the measured...
Moving back to draft. Don't need this right now for benchmarks. But these timestamps are very useful when we look at scheduling cpu vs gpu work, see #495
I don't think the provided Docker image can run on ARM64. Best would be to create your own Docker image using an OS that runs on it. A bit like...
> You can use ._store to track property changes: Indeed. In general I'd avoid adding stuff to the object directly. The geometry is the perfect place to store additional tetxures...
No concrete plans, but the request is noted!
So far so good with PyQt6
mmm, now also working for PySide6, it seems. I'm now running with ``uv run --with pyside6 --isolated pyzo``. I suspect the ``--isolated`` is the trick, and that the previous crashing...