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.
**Environment:** - **Operating system** : Linux(Fedora 38) - **Python version** : 3.11.4 - **SDL version** : 2.26.5 - **PyGame-ce version** : 2.3, 2.3.1.dev4 - **Relevant hardware** : cpu: r5 3500x,...
pygame-ce 2.4.0 Raspberry Pi OS latest version (running on Raspberry Pi 5 hardware) python 3.11.2 As per docs, a PS4 controller should be recognised by pygame as "PS4 Controller", and...
## Why? - Easier to maintain. Going forward we will have one way of managing our dependencies for all platforms. No need to maintain https://github.com/pygame-community/SDL_image anymore. Also improves inter-os consistency....
 Formatting seems weird and makes it hard to read the docs [here](https://pyga.me/docs/ref/sdl2_controller.html)
Now that the `lerp` function has been implemented into `pygame.math` I thought it would also be a good idea to add the `invlerp` and `remap` functions. ```py def inv_lerp(a: float,...
This moves code repetition out of the blitter functions themselves into the macros developed for running the new AVX2 alpha blitters. Also adjusted a couple set_ instructions (like `_mm256_set_epi16`) to...
**Environment:** - **Operating system**: Windows 10 21H2 - **Python version**: CPython 3.11, PyPy 3.9.16 - **SDL version**: SDL 2.26.4 - this issue also relates to version **2.0.22** - **PyGame-ce version**:...
# **Issue №2760 opened by *[kusleikar](https://github.com/kusleikar)* at 2021-10-09 23:10:05** to reproduce simply increment a number when you inside a while loop and move the window. import sys import pygame pygame.init()...
When running this line of code ```python pygame.font.SysFont(pygame.font.get_default_font(), font_size) ``` A warning gets issued to the console ``` /home/oddbookworm/Projects/pygame-ce/venv/lib/python3.11/site-packages/pygame/sysfont.py:492: UserWarning: The system font 'freesansbold.ttf' couldn't be found. Did you mean:...
# **Issue №3199 opened by *[Werxzy](https://github.com/Werxzy)* at 2022-05-28 11:53:01** **Environment:** - **Operating system** : Windows 10 - **Python version** : 3.9.5 - **SDL version** : 2.0.18 - **PyGame version** :...