pygame-ce
pygame-ce copied to clipboard
🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
[Too long to explain in the time I have, so here's a discord link](https://discord.com/channels/772505616680878080/772847140992712734/1262100174680100895) [SDL issue I opened to see if they know what's going on](https://github.com/libsdl-org/SDL/issues/10270) Fix I found is...
Originally reported here : https://github.com/pygame/pygame/issues/4279 **Environnement** : ``` pygame-ce 2.5.0 (SDL 2.30.3, Python 3.12.0) Platform: Windows-11-10.0.22631-SP0 System: Windows System Version: 10.0.22631 Processor: AMD64 Family 23 Model 104 Stepping 1, AuthenticAMD...
After a short discussion with @Starbuck5 9-patch scaling is a recipe like process that doesn't involve algorithmic pixel manipulation so an example is probably good enough for it. This is...
Hello, This PR aims to change the website style after years of no modifications. I understand this is considered as a BIG UI change and there is a huge talk...
From a PR on changing the logos: Please update: https://github.com/pygame-community/pygame-ce/blob/6f7aeea6e4ef9f9fd6f67e56bf63ea77e9a1d961/src_py/meson.build#L30-L33 ```meson data_files = files( 'freesansbold.ttf', 'pygame_icon.bmp', 'pygame_ce_logo.png', 'pygame_ce_powered.png', ) ``` (and include copies of bundled images in ``src_py/`` - likely...
**Description** I created an [overlay](https://github.com/Lumesque/pygame-ce-overlay) for pygame-ce for support on Nix for putting it into python projects either on __nixos__ or on the default systems nix supports in its package...
Let's just let this run through CI as a separate PR instead.
Closes #2759 - [x] implement logic - [x] documentation - [x] tests - [x] stubs
Click here for more info regarding `.options`: https://mesonbuild.com/Build-options.html
# **Issue №2883 opened by *[salem-ok](https://github.com/salem-ok)* at 2021-12-04 11:18:05** **Environment:** You can get some of this info from the text that pops up in the console when you run a...