René Dudfield
René Dudfield
I wonder what sort of performance difference it makes? For example with this for 20 seconds and then press escape: ``` python3 -m pygame.examples.testsprite -update_rects ```
Thanks @xandark for testing. It's interesting that Wayland doesn't support this. Downloading KDE neon now to try it out. I think we can add an automatic full update if there's...
... and I tried KDE neon in a Virtualbox, and can't reproduce it. Drat.
This is based on some of the discussion in #1711 ... --- Here's another way we could hack up distutils based on python modules and compilation flags. (obviously these ways...
Another possibility is compiling the whole wheel into a separate package. Such as `pygame_neon` or `pygame_sse42`. This could potentially work better with other tools. Then the main pygame could try...
There was some more discussion in here about an issue with neon compilation on pi: https://github.com/pygame/pygame/pull/2373
It's being used for our MacOS releases. I tried this out on linux and had to build a lot of things from source, and it took too long for my...
Note, it’s possible that it’s related to audio if it’s using hdmi. Can you please try just using pygame.display.init instead of pygame.init? This will avoid initializing the audio. On Monday,...
*Original comment by* **Hakan Lindestaf (Bitbucket: [hakanl](https://bitbucket.org/hakanl), GitHub: [hakanl](https://github.com/hakanl))**: ---------------------------------------- After some research it seems that there's no panning functionality for music in SDL1.2. Too bad. Hopeful about SDL2.
I see there is test code here: https://github.com/pygame/pygame/issues/1574#issuecomment-1003910013 It would be good to confirm that the test code works on 32bit python and 64bit python.