Allegro 4.2.1 Pet

Miscellaneous tools
Post Reply
Message
Author
wegstar
Posts: 11
Joined: Fri 01 Jun 2007, 05:00

Allegro 4.2.1 Pet

#1 Post by wegstar »

"Allegro is a game programming library for C/C++ developers distributed freely, supporting the following platforms: DOS, Unix (Linux, FreeBSD, Irix, Solaris, Darwin), Windows, QNX, BeOS and MacOS X. It provides many functions for graphics, sounds, player input (keyboard, mouse and joystick) and timers. It also provides fixed and floating point mathematical functions, 3d functions, file management functions, compressed datafile and a GUI. "

Here's more info:
http://www.talula.demon.co.uk/allegro/readme.html
... and tutorials:
http://www.talula.demon.co.uk/allegro/docs.html

- I've used it extensively on Puppy for many game projects.. Works right out of the box on Puppy with the standard X libraries.

The static library is included also. To compile against the allegro libraries simply add

Code: Select all

`allegro-config --libs (or --shared or --static)`

to the command line.

Download it here: http://st0rage.org/~wegstar/upload/upload/allegro-4.2.1.pet

Now go make some games...

Enjoy!

User avatar
Mr. Maxwell
Posts: 215
Joined: Sat 30 Aug 2008, 23:56
Location: Nebraska, USA

#2 Post by Mr. Maxwell »

Um, I get a 404 error when I click on the download link. :?
[url=http://www.tribalwars.net/3389956.html]Super amazing game![/url]

User avatar
cklammer
Posts: 28
Joined: Sat 26 Apr 2008, 14:12
Location: Abu Dhabi, United Arab Emirates

D/L link dead!

#3 Post by cklammer »

I found the download link to be dead! :evil:

For my purpose I took the allegro (4.2 ?) (runtime only ?) from here:

Glimpse (http://www.murga-linux.com/puppy/viewtopic.php?t=19322) is a multi-platform image manipulation package, supporting BMP, PCX, and TGA files. It is designed to require very few resources, and provides blurring, sharpening, brightness adjustment, watermarks, embossing, dodging, and edge detection. It is only 604k. :roll:

Good Luck! :lol:
cklammer

Post Reply