McSinyx / brutalmaze

Migrated to https://git.sr.ht/~cnx/brutalmaze
https://pypi.org/project/brutalmaze/
GNU Affero General Public License v3.0
11 stars 3 forks source link

Window fail to resized when dragged #11

Open McSinyx opened 6 years ago

McSinyx commented 6 years ago

Here is a video footage:

(The high RAM usage is due to GNOME Shell leak when recording I think, not our bug :stuck_out_tongue_winking_eye:)

Could be because maze.resize is called quickly or slowly comparing to the resize events.

McSinyx commented 5 years ago

It seems to be a SDL1.2's bug. As described in pygame/pygame#201, the bug only affect GNU/Linux, Linking pygame to distro's patched SDL could be used as a workaround. Navigate pygame's wiki for more info about compilation.

Edit: README and wiki updated. Also, one might want to compile pygame with SDL2 for better performance.