pygsear-users
[Top][All Lists]
Advanced

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

[pygsear] pygsear-0.38.1


From: Lee Harr
Subject: [pygsear] pygsear-0.38.1
Date: Sun, 30 Mar 2003 16:56:44 +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.38.1
- Turtle transactions
  - begin() opens a new layer for drawing
  - commit() to copy the layer down to the base layer
  - rollback() to throw out layer
  - added new penguin example using transactions
- Drawable.RotatedImage now takes an axis for rotation
  - cx: x-value of axis   cy: y-value of axis
- Drawable.RotatedImage can now accept an image instead
   of a file name
  - use image=Surface when creating
- Added new example roti.py which tests RotatedImage
- Added Turtle.setWidth() for line width
  - other drawing functions should respect default
     line width also (rectangle, circle, etc)


version 0.38
- Cleaned up the Drawable.Layer implementation
  - now much easier to associate a Drawable with a
      particular Layer






_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail





reply via email to

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