pygsear-users
[Top][All Lists]
Advanced

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

[pygsear] pygsear-0.47


From: Lee Harr
Subject: [pygsear] pygsear-0.47
Date: Mon, 28 Jul 2003 05:09:07 +0000

pygsear is a programming framework using Python and Pygame.

pygsear has classes for sprites, paths, widgets, events,
sounds, networking (using Twisted) and more, and it comes
with many of examples.

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.47
- Added Widget.Console for embedded python interactive interpreter
  - used in examples/interact.py for working with penguin graphics
- Major changes to pygsear/Event.py
  - Event is now a subclass of pygame.sprite.Sprite
  - added a new EventGroup which subclasses sprite.Group
  - this allows Events to be grouped like Sprites.
  - added new examples/events.py to test Event changes.
- Major cleanup to Util.load_* functions.
  - get_dirs() now tells where to look for files to load
- All demos updated and are now working
- Drawable.Image can now take a Surface for the image
- Fixed bug in Drawable.String
  - can now take an empty string
- Initial work at using sound
  - use Util.load_sound to find and load .wav files
  - load_sound will return DummySound objects if sound is broken
  - examples/lunar.py is the first to get sounds
- Added line wrapped text code from Pygame PCR
  - used in Widget.Dialog_OK and Widget.Console
  - added trim parameter. Trims surface to just hold the text.

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963





reply via email to

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