slackbuilds_ponce/libraries/allegro
Erik Hanson 36f2290d9f libraries/allegro: BUILD bump, add MIDI playback support.
Thanks to B. Watson.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2014-05-14 07:59:45 +07:00
..
allegro.info libraries/allegro: BUILD bump, add MIDI playback support. 2014-05-14 07:59:45 +07:00
allegro.SlackBuild libraries/allegro: BUILD bump, add MIDI playback support. 2014-05-14 07:59:45 +07:00
doinst.sh
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

The Allegro library provides C/C++ programmers low level routines commonly
needed in game programming, such as input, graphics, midi, sound effects, and
timing. It is cross platform and works with many different compilers.
Originally developed by Shawn Hargreaves, it is now a group project with
contributions from all over the world! Some of its key features include:
    * Ease of Use - comes with comprehensive documentation and examples
    * Extensibility - if the built-in functionality isn't enough, there
      are many add-ons available
    * Cross Platform - without changing a single line of code, you can
      create versions for Windows, OS X, Linux, DOS, and others! Works
      with many compilers, including DJGPP and VC++
    * Open Source - anyone can contribute, including you!
    * Free - it won't cost you a dime, and there are no restrictions on
      its usage