[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] ANNOUNCE: pygame 1.9.0 released.




_______  _      _     _____        _     ___      _   _____
||     \ \\     /    /     \      //\     ||\    /|  /|    \
||     |  \\   /    ||           //  \    || \  / |  ||
|------/   \\_/     ||    ==    //____\   ||  \/  |  ||====|
||          ||      ||    ||   //      \  ||      |  ||
||          ||       \____/   //        \ ||      |  \=====/
                                                          
.
                                                           o
                  1.9.0                                    r
                                                           g


What's new (heaps of things since 1.8.1):
  http://www.pygame.org/whatsnew.shtml

Summary of changes:
- many, many fixes and improvements.  The largest amount of changes has gone into this release than any other pygame release.
- bug fixes for backwards compatibility issues introduced in pygame 1.8.x series.  old games like solarwolf and libraries like PGU work again.
- experimental camera webcam module (still in development).
- experimental midi module based on portmidi and pyportmidi (99% complete).
- experimental gfxdraw module based on SDL_gfx (including AA circles, textured polygons and other goodness).
- python3, and python3.1 support mostly completed.  Some modules still remain to be completed - but mostly it's working.
- nokia mobile phone s60 support.
- improved OSX support (dropped pyobjc dependency, improved installer, sysfont now works on OSX).
- pygame.examples + pygame.tests included with pygame.  This makes testing easier, and also makes learning pygame more fun and easy.
- cleanup of examples, and addition of new examples.
- new tools to aid in development of pygame itself, better compilation documentation.
- py2app, and py2exe support improved.



Source code release (binaries at bottom of announcement):
  http://pygame.org/ftp/pygame-1.9.0release.tar.gz    (2.2MB)
  http://pygame.org/ftp/pygame-1.9.0release.zip        (2.0MB)

  Compilation instructions for different platforms:
      http://www.pygame.org/wiki/Compilation



See a list of examples...
  python -c "import pygame.examples;help(pygame.examples)"

Run one of the 30 examples included...
  python -m pygame.examples.aliens

You can do a self test of pygame with:
  python -m pygame.tests  (or on python2.6 do python -m pygame.tests.__main__ )



The latest docs are bundled with pygame.  To open them in your web browser run:
  python -m pygame.docs



Binary builds for win/mac from the "The Spectacularly Adequate Automated Pygame Build Page".

OSX 10.4/10.5/10.6 universal(intel and ppc):
  http://pygame.org/ftp/pygame-1.9.0release-py2.6-macosx10.5.zip 10.3MB
  http://pygame.org/ftp/pygame-1.9.0release-py2.5-macosx10.5.zip 10.3MB
  http://pygame.org/ftp/pygame-1.9.0release-py2.4-macosx10.5.zip 10.3MB

Windows:
  http://pygame.org/ftp/pygame-1.9.0release.win32-py2.4.exe 3MB
  http://pygame.org/ftp/pygame-1.9.0release.win32-py2.5.exe 3MB
  http://pygame.org/ftp/pygame-1.9.0.win32-py2.5.msi 3MB
  http://pygame.org/ftp/pygame-1.9.0.win32-py2.6.msi 3MB
  http://pygame.org/ftp/pygame-1.9.0.win32-py3.1.msi 3MB



f7793cce5e65523a6de2dbd0a0a9cbc2  pygame-1.9.0release.zip
bf1123ece533998570c5e04bdcff5392  pygame-1.9.0release.tar.gz

8f6a7ac8fc90773c037844b796110920  pygame-1.9.0release.win32-py2.4.exe
f942b4ca8c9b1b3dc2f76aa8f69ee59a  pygame-1.9.0release.win32-py2.5.exe
49b05615c85a743ec18c92af3cde84ed  pygame-1.9.0.win32-py2.5.msi
b0c84520bdb0c1651e24091c942a2949  pygame-1.9.0.win32-py2.6.msi
38df0176f78860de0ff3235b05787922  pygame-1.9.0.win32-py3.1.msi

b0f3faaa2e0f9a24d85806d689fc2b79  pygame-1.9.0release-py2.4-macosx10.5.zip
67da3fa2b768999ea58a6e8094e7f77c  pygame-1.9.0release-py2.5-macosx10.5.zip
c47d12382da677edddbaf247b60884f1  pygame-1.9.0release-py2.6-macosx10.5.zip