Differences between revisions 5 and 19 (spanning 14 versions)
Revision 5 as of 2003-02-06 22:38:52
Size: 391
Editor: 80
Comment:
Revision 19 as of 2022-03-11 09:37:28
Size: 963
Comment: Fixed a link that led to a dead domain
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= PyGame = {{attachment:PyGameLogo.gif}}
Line 3: Line 3:
attachment:PyGameLogo.gif A very easy to use and powerful Python interface to the [[http://www.libsdl.org|Simple Directmedia Library]] (SDL) platform independent graphic, audio and input libraries.
Line 5: Line 5:
This is a very easy to use and powerful Python interface to the [http://www.libsdl.org SDL] platform independent graphics (and sound etc) libs.

There are plenty of examples, and the docs are very good. You'll be surprised at how easy it is to write graphics programs with it.
There are numerous examples, and the documentation is very good. You'll be surprised at how easy it is to write games or other graphics-intensive programs with it.
Line 11: Line 9:
See also PythonGames [[http://inventwithpython.com/pygame|"Making Games with Python & Pygame"]] -- A free book covering Python and Pygame

[[https://www.youtube.com/playlist?list=PLHwXkLexR9MBphqmOjXrn0bt_kXceBkUF|Pygame Video Tutorials]]

[[http://www.apress.com/9781590598726|Beginning Game Development with Python and Pygame]] -- A new book discussing game development using Pygame

[[http://pygametutorials.wikidot.com/|Yet Another PyGame tutorial - OOP approach!!]]

There is a GUI toolkit based on Pygame called OcempGUI.

See also [[PythonGames]]

PyGameLogo.gif

A very easy to use and powerful Python interface to the Simple Directmedia Library (SDL) platform independent graphic, audio and input libraries.

There are numerous examples, and the documentation is very good. You'll be surprised at how easy it is to write games or other graphics-intensive programs with it.

You can find it at http://www.pygame.org

"Making Games with Python & Pygame" -- A free book covering Python and Pygame

Pygame Video Tutorials

Beginning Game Development with Python and Pygame -- A new book discussing game development using Pygame

Yet Another PyGame tutorial - OOP approach!!

There is a GUI toolkit based on Pygame called OcempGUI.

See also PythonGames

PyGame (last edited 2022-03-11 09:37:28 by ShadowClaw20017)

Unable to edit the page? See the FrontPage for instructions.