pygsear-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pygsear] pygsear-0.39


From: Lee Harr
Subject: [pygsear] pygsear-0.39
Date: Tue, 01 Apr 2003 22:33:08 +0000

pygsear is a programming framework using Python and Pygame. It
includes classes for drawable objects, paths, cursors, widgets
and more, and it comes with a large number of examples. There
is also (experimental) code using Twisted for networking.

More information is available here:
http://www.nongnu.org/pygsear/

Download the latest version here:
http://savannah.nongnu.org/files/?group=pygsear


CHANGES:
version 0.39
- Trying new sectioning of Game Event creation
  - each Game will have a setEvents() method which
     will be called during __init__
  - this may be more trouble than it is worth...
  - solves some problems caused by running through
     Game.initialize() again after a screen resize.
     (ie, some events were being caught twice)


version 0.38.2
- Added Turtle fill support
  - start saving points to fill with begin_fill()
  - fill or not with commit_fill() or rollback_fill()
- Converted Penguin.star() to use new fill method
- Enable show/hide penguin in demo
- Changed colors of bars in roti.py
- pong.py gets more challenging/ interesting
- Fixed Drawable.Stationary not clearing properly
  - fixed balloons.py which was using Stationary
- Added Watcher.clear()
  - this needs some more attention...






_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail





reply via email to

[Prev in Thread] Current Thread [Next in Thread]