feat(display): add Pygame native window display backend

- Add PygameDisplay for rendering in native application window
- Add pygame to optional dependencies
- Add run-pygame mise task
This commit is contained in:
2026-03-16 00:00:53 -07:00
parent 20ed014491
commit f9991c24af
4 changed files with 229 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ websocket = [
sixel = [
"Pillow>=10.0.0",
]
pygame = [
"pygame>=2.0.0",
]
browser = [
"playwright>=1.40.0",
]