Downloadliste

Projektbeschreibung

Alpy provides Python bindings to the Allegro
game programming library.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Experimentelle Windows vorkompilierte Binärpakete zu unterstützen. Grundlegende Unterstützung für AllegroGL 0.4.x in ein Zusatzmodul aglpy gestattet. toString () und fromstring ()-Methoden in der Bitmap-Klasse für die Konvertierung von und zu Roh-Strings für die Verwendung mit anderen Bibliotheken (PIL, pyopengl, etc.). topil () und frompil ()-Methoden für die Konvertierung von und nach PIL Bilder. Die Python Imaging Library ist nur erforderlich, wenn diese Methoden aufgerufen werden. Alle Beispiele wurden verändert, um allegro_message Nutzung und GUI-freundlich, sowie andere kleinere Bugfixes. AlpyError wurde mit der richtigen AlpyException in der Dokumentation ersetzt.
Tags: Minor feature enhancements
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.

2006-07-09 22:48
0.1.4

Dieses Release behebt einen Bug in docsubst und alpy.allegro_id einen Fehler in alpy.register_counter (). Es fügt Unterstützung für Unicode-Zeichenketten dem Allegro C-Version passieren. Neue exunicode_ascii und exunicode_utf8 Beispiele zeigen, wie dies zu tun. Die documentation.txt Datei ist jetzt ausgestaltet. alpy_set_alpha_blender () wird als set_alpha_blender zur Verfügung () auf dem Python-Seite. allegro_message () implementiert wurde.
Tags: Minor feature enhancements
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.

2006-03-27 02:08
0.1.3

Viele Verbesserungen und Dokumentation ein Bugfix für Bitmap.polygon ().
Tags: Minor bugfixes
Many documentation improvements and a bugfix for Bitmap.polygon().

2005-11-20 06:06
0.1.2

Mehr Docstrings geschrieben wurden. Alpy erkennt jetzt die Version der Allegro-C-Bibliothek und definiert eine andere Reihe von globalen key_ * Werte für sie.
Tags: Minor feature enhancements
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.

2005-09-16 22:39
0.1.1

Diese Veröffentlichung fügt viele Docstrings für interaktive Hilfe. Es behebt zwei kleinere Fehler mit calc_spline () und TEXT_MODE ().
Tags: Documentation
This release adds many docstrings for interactive help. It fixes two minor bugs with calc_spline() and text_mode().

Project Resources