wgpu-py icon indicating copy to clipboard operation
wgpu-py copied to clipboard

Pygame integration

Open Korijn opened this issue 2 years ago • 2 comments

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

Korijn avatar Nov 24 '23 07:11 Korijn

IIUC this concerns PyGame doing its rendering via wgpu, and on a wgpu canvas. Not a WgpuPygameCanvas (as in #15), right.

almarklein avatar Nov 24 '23 08:11 almarklein

Correct. It's just about using wgpu to render. I'm not even sure if it has to be on a wgpu canvas.

Korijn avatar Nov 24 '23 09:11 Korijn