pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
941 stars 156 forks source link

wasm: timers #3167

Open pmp-p opened 1 month ago

pmp-p commented 1 month ago

Investigate a way to monitor timers from pump() instead of sdl thread (they rely on emscripten/setTimeout : not acceptable ) and send events in queue That way could work both on wasi p1/web.