Allegro library
|
Missing image
Allegro-logo.png
Image:Allegro-logo.png
The Allegro library is a free video game software library, with functions for 2-dimensional imaging, basic audio, input, timers, and fixed-point and floating-point matrix arithmetic. As of version 4.0, programs that use the library work on DOS, Microsoft Windows, BeOS, Mac OS X, and various UNIX systems with (or without) X Window System, abstracting their application programming interfaces into one portable interface.
The library is written in the C programming language and designed to be used with C or C++. Complete API documentation is available from the official website (http://alleg.sourceforge.net/).
The library comes with full source code and is open source, using a simple permissive license which allows copying, modification and distribution for any purpose. Along with the source code, it comes with countless examples, so that even someone with hardly any video game programming knowledge can study the examples and come up with a simple video game in no time flat.
The community of Allegro users have contributed several library extensions to handle scrolling tile maps, import and export various file formats, and even connect to OpenGL.
Various games using Allegro:
See also
External links
- Allegro website (http://alleg.sourceforge.net/)
- Allegro library extensions, a list of games written with Allegro, and a helpful community [allegro.cc (http://www.allegro.cc/)]
- Allegro Wiki (http://awiki.strangesoft.net/)
- Pixelate Wiki (http://pixwiki.bafsoft.com/)
- AllegroGL, a combination of Allegro and OpenGL (http://allegrogl.sf.net/)
- GameDev.net Allegro discussion boards (http://www.gamedev.net/community/forums/forum.asp?forum_id=61)
- Category at ODP (http://dmoz.org/Computers/Programming/Games/Libraries/Allegro/)de:Allegro-Bibliothek