wgpu-py
wgpu-py copied to clipboard
Pygame integration
I saw this cool script based on zengl and thought we can probably provide a similar example.
https://github.com/szabolcsdombi/mixing-pygame-and-opengl/blob/main/render_to_pygame_surface.py
IIUC this concerns PyGame doing its rendering via wgpu, and on a wgpu canvas. Not a WgpuPygameCanvas (as in #15), right.
Correct. It's just about using wgpu to render. I'm not even sure if it has to be on a wgpu canvas.