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.
Fix #2517 This is kinda big refactoring of draw module, function changed are single pixel line thickness, arc, circle, ellipse, triangle, and multi pixel thick rectangle. Most of those functions...
moving my comment from https://github.com/pygame-community/pygame-ce/pull/2897 to an issue: > Everytime someone has to test a lower SIMD level they have to mess with either the buildconfig or the source code...
There has been some debate recently about slimming down the main repository into some smaller packages for various reasons. One area I think that could really benefit from this is...
**Description** The idea here is to have a simple change that even a beginning user can make to their pygame script to enable a range of 'live' debugging information and...
A little bit more gnarly than I would like, but the code comment explains my approach here.
This pull request adds the `Line` class to the `pygame.geometry` module. It also adds the xa, ya, xb, yb, a, b attributes, str functionality (for printing), and the copy method....
Python 3.8 is EOL. We can now consider dropping it. The biggest advantage of doing this is nicer type stubs.
When I'm trying to play some audio via choosed input device (virtual audio cable) I'm getting an error: 'pygame.error: No such device.' despite the fact that the device is in...
I am aware that @Starbuck5 wants to enhance the readme (and I can see why), but I saw some new readmes added recently so I thought I might aswell submit...