0 commenti (0 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)Python211 fork (211 fork)batch import
enhancementgood first issue
Metriche repository
- Star
- 608 stelle (608 stelle)
- Metriche merge PR
- Nessuna PR mergiata in 30 g (Nessuna PR mergiata in 30 g)
Descrizione
Initialising the mixer causes Pygame to burn one whole CPU on Linux:
https://github.com/pygame/pygame/issues/331
Pygame Zero should initialise the mixer lazily (eg. when sounds are loaded) to avoid suffering performance problems if the mixer is not needed.
Guida contributor
- Direzione di ricerca
- Traccia dove il mixer Pygame viene attualmente inizializzato nel codebase di pgzero e modificalo per inizializzarlo solo quando un suono viene caricato o riprodotto.
- Tech stack
- python
- Dominio
- backend
- Tipo issue
- Bug
- Prerequisiti
- PythonPygame