kitao / pyxel

A retro game engine for Python
MIT License
15.35k stars 847 forks source link

Pyxel on Firefox freezes when I shrink the screen width #500

Closed shiromofufactory closed 11 months ago

shiromofufactory commented 1 year ago

Windows 10 and Firefox seem to freeze as the screen width is reduced. This problem does not occur on the same PC with browsers other than Firefox, e.g. Edge.

salazarbarrera commented 11 months ago

I think it is a bug from Pyodide more than Pyxel

imagen

Maybe calling a less minified Pyodide it could be possible to parse what's happening? Not sure if possible.

salazarbarrera commented 11 months ago

Can you test if this still happens to you with 2.0? I no longer have this problem.

shiromofufactory commented 11 months ago

I tried with Pyxel 2.0 and the problem was solved.Thanks!

salazarbarrera commented 11 months ago

I'm just the messenger though, @kitao is the mastermind