WACKO SOFTWARE Presents
AllegroPak

INDEX OF ITEMS ON THIS PAGE


<>==> About AllegroPak <=<>=>


AllegroPak is a collection of extra C functions for use with the Allegro library as mentioned on Wacko Software's Allegro programming page. In other words, it is an add-on Package for Allegro. Most of the package involves Z-buffering, but there are also some general-purpose 3D and non-3D functions. The main features of this package are Z-buffered versions of all of Allegro's polygon-rendering modes (including two new ones which are affine and perspective-correct texture-mapping that is both masked and lit) and z-buffered sprites (both flat ones and ones with depth-maps).

AllegroPak and its demos have the following low-level features:

On a slightly higher level it has: All features are fully documented, and there's even an explanation of how some of the code works in the demos.

UPDATE: AllegroPak is no longer maintained. Because it hasn't been maintained in ages, some of its functionality has been duplicated by Allegro (eg. z-buffering, or using AllegroGL instead of Allegro's built in 3D polys), and it only works in 8-bit graphics-modes(256-colours). It probably also suffers from bit-rot (was written for Allegro 2.x and has been known to work on Allegro 3.x) and is probably DJGPP only. But it might just work with Allegro 4.x. However, you may feel free to scavenge the carcass of the sourcecode and extract anything you might find useful.


<>==> Downloading <=<>=>


Download AllegroPak

*Allegro Sourcecode distribution*

AllegroPak's current version is 1.0 beta 1a

You may also download compiled executable versions of the two demos that come with AllegroPak.

*PC-DOS* See also the AllegroPak Demos entry in the Allegro.cc depot.


<>==> Known bugs and issues <=<>=>


Anything that is emphasised has been added since the last release of AllegroPak.

KNOWN BUGS:

KNOWN ISSUES:


<>==> List of changes <=<>=>


1.0 beta 1a:

1.0 beta 1:


<>==> Things to do and ideas for the future <=<>=>


Anything that is emphasised has been added since the last release of AllegroPak.

... And a few more things...


<>==> Programs known to use AllegroPak <=<>=>


AllegroPak Demos
Compiled and executable versions of AllegroPak's two demos. See also the AllegroPak Demos entry in the Allegro.cc depot. So far, these are the only programs known to have been done with AllegroPak.

<>==> Feedback <=<>=>


E-MAIL  Feedback:
Use this link to leave some feedback for this webpage.


Last update: Sat 22 Jan 2005

Back to Wacko Software's Allegro Programming page

WACKO SOFTWARE