Pygame: Difference between revisions
updated current version |
overhauled community section Tags: Reverted references removed Visual edit |
||
Line 44: | Line 44: | ||
==Community== |
==Community== |
||
Following a series of disagreements and disputes between the majority of core pygame contributors and the repository owner regarding a variety of topics including frequency of new releases and usage of the pygame.org website for political messages. A fork of pygame known as pygame-ce (community edition) was created. Pygame-ce aims to be a better, more well maintained version which builds on Pygame's functionality with frequent releases, bug fixes, optimizations, new features, and a democratic governance model. The fork is maintained by The Pygame Community, an [[online community]] consisting of Pygame developers, fans and users.<ref>{{Cite web |title=Welcome To Pygame Community |url=https://github.com/pygame-community/ |url-status=live}}</ref> |
|||
{{Anchor|PyWeek}} |
|||
There is a regular competition, called PyWeek, to write games using Python (and usually but not necessarily, Pygame).<ref>{{cite web|url=http://www.pyweek.org/|title=PyWeek - Python Game Programming Challenge|website=Pyweek.org}}</ref><ref>{{cite web|url=https://www.i-programmer.info/professional-programmer/i-programmer/5697-why-pyweek-an-interview-with-richard-jones-.html|title=Why PyWeek: An Interview with Richard Jones|last=Gee|first=Sue|website=i-programmer.info|date=29 March 2013|access-date=31 March 2020}}</ref><ref>{{cite web|url=https://wiki.python.org/moin/PyWeek|title=PyWeek - Python Wiki|website=Wiki.python.org|access-date=1 April 2019}}</ref> The community has created many tutorials for Pygame.<!-- First ref is a primary source, but still relevant. Other refs clearly support this assertion --><ref>{{cite web|url=http://www.pygame.org/docs/|title=pygame documentation: Tutorials|website=Pygame.org}}</ref><ref>{{Cite web|last=Siddiqi|date=2020-06-27|title=Python Game projects with source code|url=https://coderslegacy.com/python-game-projects-with-source-code/|access-date=2020-12-25|website=CodersLegacy|language=en-US}}</ref><ref>{{cite web|url=http://pygame.org/docs/tut/chimp/ChimpLineByLine.html|title=Line by line tutorial - Tutorial for beginners|last=Shinners|first=Pete|url-status=dead|archive-url=https://web.archive.org/web/20050205015600/http://www.pygame.org/docs/tut/chimp/ChimpLineByLine.html|archive-date=5 February 2005}}</ref><ref>{{cite web|url=http://www.linuxjournal.com/article/7694|title=Creating Games with Python - A tutorial explaining how to use pygame for game development and improved execution|website=Linuxjournal.com}}</ref><ref>{{cite web|url=http://showmedo.com/videos/series?name=pythonArellanoPyGameSeries|title=Arinoid tutorials video tutorials at ShowMeDo|url-status=dead|archive-url=https://web.archive.org/web/20070429111639/http://showmedo.com/videos/series?name=pythonArellanoPyGameSeries|archive-date=29 April 2007}}</ref> |
|||
The Pygame Community is also known for hosting [[Game jam|game jams]] specifically focusing on game development with Pygame. Usually a date and theme are voted on by community members and typically run for a weeks duration with a winner being voted on at the end. |
|||
==Notable games using Pygame== |
==Notable games using Pygame== |
Revision as of 16:25, 24 July 2023
Original author(s) | Lenard Lindstrom, René Dudfield, Pete Shinners, Nicholas Dudfield, Thomas Kluyver, and others[1] |
---|---|
Developer(s) | Pygame Community |
Initial release | 28 October 2000[2][3] |
Stable release | 2.5.0
/ 24 June 2023[4] |
Repository | |
Written in | Python, C, Cython, and Assembly[5][6] |
Operating system | Cross-platform |
Type | API |
License | GNU Lesser General Public License |
Website | www |
Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language.
History
Pygame was originally written by Pete Shinners to replace PySDL after its development stalled.[2][7] It has been a community project since 2000[8] and is released under the free software GNU Lesser General Public License[5] (which "provides for Pygame to be distributed with open source and commercial software"[9]).
Development of Version 2
Pygame version 2 was planned as "Pygame Reloaded" in 2009, but development and maintenance of Pygame completely stopped until the end of 2016 with version 1.9.1. After the release of version 1.9.5 in March 2019, development of a new version 2 is active on the roadmap.[10]
Pygame 2.0 released on 28 October, 2020, on Pygame's 20th birthday.[11]
Features
Pygame uses the Simple DirectMedia Layer (SDL) library,[a] with the intention of allowing real-time computer game development without the low-level mechanics of the C programming language and its derivatives. This is based on the assumption that the most expensive functions inside games can be abstracted from the game logic, making it possible to use a high-level programming language, such as Python, to structure the game.[5]
Other features that SDL does have include vector math, collision detection, 2D sprite scene graph management, MIDI support, camera, pixel-array manipulation, transformations, filtering, advanced freetype font support, and drawing.[12]
Applications using Pygame can run on Android phones and tablets with the use of Pygame Subset for Android (pgs4a).[13] Sound, vibration, keyboard, and accelerometer are supported on Android.[14]
Community
Following a series of disagreements and disputes between the majority of core pygame contributors and the repository owner regarding a variety of topics including frequency of new releases and usage of the pygame.org website for political messages. A fork of pygame known as pygame-ce (community edition) was created. Pygame-ce aims to be a better, more well maintained version which builds on Pygame's functionality with frequent releases, bug fixes, optimizations, new features, and a democratic governance model. The fork is maintained by The Pygame Community, an online community consisting of Pygame developers, fans and users.[15]
The Pygame Community is also known for hosting game jams specifically focusing on game development with Pygame. Usually a date and theme are voted on by community members and typically run for a weeks duration with a winner being voted on at the end.
Notable games using Pygame
- Frets on Fire[16]
- Dangerous High School Girls in Trouble[17]
- Save the Date,[18] IndieCade 2013 Finalist
- Drawn Down Abyss [19]
See also
Notes
References
- ^ "Contributors to Pygame". GitHub.
- ^ a b Shinners, Pete. "Python Pygame Introduction - History". Pygame.org. Archived from the original on 2019-09-17. Retrieved 2017-04-28.
- ^ "Downloads - Pygame - Python game development". Pypi.python.org.
- ^ https://www.pygame.org/news/2023/7/pygame-2-5-0-delicious-but-a-weird.
{{cite web}}
: Missing or empty|title=
(help) - ^ a b c "About Pygame". GitHub. Archived from the original on 18 September 2019. Retrieved 31 August 2019.
- ^ "GettingStarted". Pygame.org.
- ^ "pySDL sourceforge page". Sourceforge.net.
- ^ "commit by other authors". GitHub.
- ^ "Pygame Front Page — pygame v2.0.1.dev1 documentation". www.pygame.org. Retrieved 2021-02-26.
- ^ "pygame 1.9.5 released into the wilds". www.pygame.org.
- ^ "pygame 2.0 - the happy dance birthday release". GitHub.
- ^ "Pygame docs". Pygame.org.
- ^ "Example of using RAPT to package pygame(_sdl2) games.: renpytom/rapt-pygame-example". GitHub. 1 April 2019. Retrieved 1 April 2019.
- ^ "API — Pygame Subset for Android". Archived from the original on 19 October 2014. Retrieved 14 October 2014.
- ^ "Welcome To Pygame Community".
{{cite web}}
: CS1 maint: url-status (link) - ^ "fretsonfire/src at master · skyostil/fretsonfire". GitHub. Retrieved 2023-06-02.
- ^ "Dangerous High School Girls in Trouble!". Pygame.org. Retrieved 8 July 2011.
- ^ "Save the Date". Paperdino.com. Retrieved 14 October 2014.
- ^ "Drawn Down Abyss". steampowered.com.
- ^ "pygame 1.9.5 released into the wilds". Pygame.org.
External links
- Official website
- Pygame newsgroup (web access) - the "official" Pygame newsgroup, requires registration
- Pygame Subset for Android (PGS4A)
- pyOpenGL - Python OpenGL Bindings
- Pygame-SDL2 - a reimplementation of Pygame APIs on top of SDL2
- PySDL2 - a wrapper around the SDL2 library similar to the discontinued PySDL project