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.
# **Issue №3393 opened by *[MyreMylar](https://github.com/MyreMylar)* at 2022-08-14 11:28:46** This function has been deprecated and now produces deprecation warnings when running some of the tests (e.g. color_test.py and pixel_copy_test.py). It's...
Redo of #2866, but as requested here: https://github.com/pygame-community/pygame-ce/pull/2866#pullrequestreview-2079777435 in python. This is the third and hopefully last pull request from the chain of: #3000 and #3045, this patch by itself...
hi, I join PyConTW sprints pygame session, and wanna to make a traditional Chinese doc for people who use traditional Chinese to collab and enjoy fun of pygame.
```py import pygame pygame.init() font = pygame.font.Font(None, 60) sf = pygame.display.set_mode((640,480)) sf.fill("black") COLOR_HEX = 0x00ff00ff COLOR_DEC = (0, 255, 0, 255) font_sf1 = font.render("test", True, COLOR_HEX) sf.blit(font_sf1, (10,10)) pygame.draw.rect(sf, COLOR_HEX...
Hello everyone, As discussed on discord and on #3058 , I want to introduce a new pygame object that will help users to manipulate their musics in a better way,...
Windows - Meson does not check if the version of installed libraries match with the one built with
Hello, First of all, this is more an enhancement proposal. A fast solution is just to delete ``prebuild`` directories, and let meson (``download_win_prebuilt.py``) recreate them. Currently this is how meson...
**Environment:** ``` pygame-ce 2.5.0 (SDL 2.30.3, Python 3.12.1) ``` **Current behavior:** The bug manifests when 2 conditions are met : - When a value is given to make pygame.rectโs borders...
# **Issue №2329 opened by *[ankith26](https://github.com/ankith26)* at 2020-11-15 09:27:16** According to pygame event.peek docs, the function is supposed to return a Boolean on whether a particular event is present in...
# **Issue №1984 opened by *[Bmorr1123](https://github.com/Bmorr1123)* at 2020-06-25 04:23:04** By incorrect I mean that it accurately reports the resolution of the display, but it does not account for desktop scaling....
# **Issue №711 opened by *[illume](https://github.com/illume)* at 2019-01-03 11:11:52** Various SDL_GameController functions need to be implemented in _sdl2. https://wiki.libsdl.org/CategoryGameController - [x] an example script - [ ] examples/eventlist.py - [x]...