robertpfeiffer
robertpfeiffer
I have the same issue, but it's only a an issue in conjunction with Ubuntu Gnome Shell. It works when I start it under XFCE. Taking the login menu out...
https://github.com/ethanhs/python-wasm is especially promising, as it is just a bunch of shell scripts that compile regular CPython without any patches!
> In my experience, combining any of those "compile X to WASM+Emscripten" projects are basically unusable for combining with any project (they're just REPLs and can't really be expanded upon...
There have been some changes in SDL_mixer and SDL_sound recently, and they may either fix this and we need to update, or alternatively they could have caused this. Do we...
This is impossible to google. I have no idea if there is any way to query the X Server for information about concrete implementation details. It might be possible by...
I a game that listens for that event and just does a full flip() whenever the event happens. anyway, can't you just run: ``` SDL_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR=0 python3 -m pygame.examples.aliens ```
> I thought I'd run the same tests under Wayland and found that the hint doesn't affect the performance Wayland *always* uses compositing. X11 used to do redraw events, and...
You may need to compile SDL2 itself with the right flags for aarch64 on the pi4. The last time I looked at the SDL2 that ships with Raspberry Pi OS,...
How many monitors are we talking about? Just one or is this a multi-monitor setup?
Shouldn't this release the GIL when it does not busy-wait?