Download List

專案描述

Alpy provides Python bindings to the Allegro
game programming library.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-04-29 22:21
0.1.5

Experimental Windows precompiled binary support. Basic support for AllegroGL 0.4.x in an extra module named aglpy. tostring() and fromstring() methods in the Bitmap class for converting to and from raw strings for use with other libraries (PIL, pyopengl, etc.). topil() and frompil() methods for converting to and from PIL images. The Python Imaging Library is only required if these methods are called. All examples have been changed to use allegro_message and be GUI friendly, plus other minor bugfixes. AlpyError has been replaced with the correct AlpyException in the documentation.
標籤: Minor feature enhancements

2006-07-09 22:48
0.1.4

This release fixes a docsubst bug in alpy.allegro_id and a bug in
alpy.register_counter(). It adds support to pass Unicode strings to
the Allegro C version. New exunicode_ascii and exunicode_utf8
examples show how to do this. The documentation.txt file is now
fleshed out. alpy_set_alpha_blender() is available as
set_alpha_blender() on the Python side. allegro_message() has been
implemented.
標籤: Minor feature enhancements

2006-03-27 02:08
0.1.3

Many documentation improvements and a bugfix for Bitmap.polygon().
標籤: Minor bugfixes

2005-11-20 06:06
0.1.2

More docstrings were written. Alpy now recognizes
the version of the Allegro C library and defines a
different set of global KEY_* values for them.
標籤: Minor feature enhancements

2005-09-16 22:39
0.1.1

This release adds many docstrings for interactive help. It fixes two minor bugs with calc_spline() and text_mode().
標籤: Documentation

Project Resources