pygame-ce icon indicating copy to clipboard operation
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.

Results 348 pygame-ce issues
Sort by recently updated
recently updated
newest added
trafficstars

Closes #2758

New API
Surface

I implemented what is said in the title of the pull request, I tested locally the functions. Why? - The window API should not have this feature restricted to it,...

New API
display

Hello! I tried doing https://github.com/pygame-community/pygame-ce/issues/2452. Let me know if there are any issues.

New API
font

Fixes the recent pylint fails, by moving around the conditional imports to the functions where they are actually invoked.

This PR does a couple of CI related improvements - Makes sure we prefer a binary install of numpy for testing our wheels. On more obscure builds (like some pypy...

CI

The shifting was incorrect, not setting the space created by the shifted pixels to black. Now it does that [EDIT: now it does that with the erase flag only], but...

Surface

Remake of #2680. Sort of a continuation of #2601. This should solve some issues with CI and clear the mess that was the previous PR. The old strategy of processing...

Performance
SIMD
Surface

Another step in the move away from `setup.py`. Added a new and improved stubtest caller script.

This is another small step in our move away from `setup.py`. `python setup.py docs` internally executes `python buildconfig/makeref.py`, so this PR makes the straightforward replacement. Should also help fix the...