Thread: I'm sorry, but what is Allegro?

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    195

    I'm sorry, but what is Allegro?

    This thing sounds like some drug name or something. Is a supposed to be a graphics library? If so where do you get it? Sorry im beginner at C++ and im only good at console apps.

  2. #2
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    Direct quote from allegro.cc

    The Allegro library provides C/C++ programmers low level routines commonly needed in game programing, 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- functions for virtually anything needed in making a game

    Cross Platform- without changing a single line of code, you can cross-compile among Windows, DOS, Linux, BeOS and others! Works with many compilers, including DJGPP and VC++

    Open Source- it will never die, since it is a group project that anyone can contribute to

    Free- it won't cost you a dime!

    For more information regarding the technical details of Allegro, we encourage you to visit Allegro's homepage and give it a try!
    You can, also, click on the link in my sig to go to my site to look at Allegro tutorials, games, and links.

  3. #3
    Allegro is very easy to learn; I made my first program with it within a hour of downloading it. That includes the time it took to build the library and read the documentation.

    PS: Actually Allegro is (I think) french for lively, colorful. It is also used in music to mean "play fast"

  4. #4
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    >>PS: Actually Allegro is (I think) french for lively, colorful. It is also used in music to mean "play fast"
    Actually, its Italian.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  5. #5
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    I know that "allegria" is absolute joy in spanish.

  6. #6
    I knew it was one of those countries over there .

  7. #7
    Registered User
    Join Date
    May 2003
    Posts
    195
    Well I went on the Allegro.cc site but i tried to download the binary for MSVC++ 6 but the download would not start. Niether would the source file. Whats with that?

  8. #8

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Allegro in C for a newb
    By Ideius in forum C Programming
    Replies: 5
    Last Post: 12-29-2005, 04:36 PM
  2. Game Programming FAQ
    By TechWins in forum Game Programming
    Replies: 5
    Last Post: 09-29-2004, 02:00 AM
  3. double buffering for allegro
    By Leeman_s in forum C++ Programming
    Replies: 6
    Last Post: 09-12-2002, 02:45 PM
  4. Special Allegro Information
    By TechWins in forum Game Programming
    Replies: 12
    Last Post: 08-20-2002, 11:35 PM
  5. Allegro programming in a window
    By Person Man in forum Windows Programming
    Replies: 0
    Last Post: 11-16-2001, 03:23 PM