pygfx / wgpu-py

WebGPU for Python
https://wgpu-py.readthedocs.io
BSD 2-Clause "Simplified" License
419 stars 34 forks source link

PySide 6.6 asyncio support #383

Open Korijn opened 11 months ago

Korijn commented 11 months ago

Great news from the PySide camp: https://www.qt.io/blog/qt-for-python-6.6

An official asyncio compatible Qt event loop!

See https://github.com/fork-tongue/observ/pull/93/files for an example of how to integrate.

The main benefit of supporting this in wgpu-py gui backends is that users will be able to use async/await syntax in the render function called by the canvas.

almarklein commented 11 months ago

Nice!!!