[LWN Logo]
[Timeline]
From: "Pete Shinners" <shredwheat@mediaone.net>
Newsgroups: comp.lang.python
Subject: ANN: pygame-0.9
To: python-list@python.org
Date: Wed, 14 Feb 2001 06:09:55 GMT

Pygame, Python Game Development.
(A wrapper for the SDL and SDL daughter libraries)


Pygame 0.9 released on Feb 12th, 2001
Pygame homepage:  http://pygame.seul.org
SDL homepage:     http://www.libsdl.org
Maintainer:       Pete Shinners (pete@shinners.org)


Pygame is a set of python modules written to help create games in Python.
The package is wrapped around SDL and several of the SDL daughter libraries.
SDL is a cross-platform media library created by Loki Games. SDL is currently
used for many commercial and opensource game projects. This pygame binding
takes SDL's C interface and turns it into a more pythonic library with
objects, exceptions, and some python utility modules.

This version 0.9, solidifies the package, as well as adding new features
like line drawing, defineable cursors, and shared image data. At this point
the library api has settled into a solid state. The coming plans call
for a move to 1.0 within a couple of weeks. Now is a great time to examine
the project and send in feedback.


A tally list of pygame features (note, many are also SDL features);

    Cross platform, with multiple backends (x11, fbcon, svgalib, etc)
    Fullscreen or windowed accelerated graphics
    Image loading from popular formats; jpg, bmp, gif, png, etc
    Access image pixel data as Numeric Python arrays
    Blitting with colorkey and alpha support
    Multiple mixing sound channels
    Streaming music data; mp3, mod, wav, etc
    CDROM support with audio playback
    Joystick support
    Truetype font rendering, with antialiasing
    Multithreaded support


The pygame package also comes with complete documentation, tutorials,
and many playable examples. The pygame mailing list has an active
list of users, which makes getting started much more accessable.

Currently installable from source, RPM, or Windows Installer.

Pygame is distributed under the LGPL licese, which is the same
license used by many its dependencies. There are several types of
distributions for download; RPM, Precompiled Win32, and Source.



-- 
http://mail.python.org/mailman/listinfo/python-list