Difference between revisions of "Using Allegro with Code::Blocks"

From Code::Blocks
(New page: Category:User Documentation ==What is Allegro== <blockquote>"Allegro is a game programming library for C/C++ developers distributed freely, supporting the following platforms: DOS, Un...)
 
 
Line 8: Line 8:
 
* '''[http://alleg.sourceforge.net/wip.html Download]''' - Stable and Developement branches
 
* '''[http://alleg.sourceforge.net/wip.html Download]''' - Stable and Developement branches
 
* '''[http://wiki.allegro.cc/index.php?title=Getting_Started Getting Started]''' - Unofficial wiki with information on how to set up many popular IDEs for use with Allegro
 
* '''[http://wiki.allegro.cc/index.php?title=Getting_Started Getting Started]''' - Unofficial wiki with information on how to set up many popular IDEs for use with Allegro
 +
 +
==Important Note==
 +
<blockquote>The links provided here are for convenience only.  For any problems compiling, installing and using allegro, the right place to ask is [http://www.allegro.cc/ THEIR FORUMS].</blockquote>

Latest revision as of 22:19, 17 September 2009


What is Allegro

"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. Read more details on the introductory page."

Important Links:

  • Official Site - Readme / Introduction
  • Download - Stable and Developement branches
  • Getting Started - Unofficial wiki with information on how to set up many popular IDEs for use with Allegro

Important Note

The links provided here are for convenience only. For any problems compiling, installing and using allegro, the right place to ask is THEIR FORUMS.