enhancementgood first issue
Repository-Metriken
- Stars
- (472 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.