allegro

Hi I just got ms visual studio working with allegro and was wondering what the best tutorial to learn allegro 5 fro game making was.
Look on the allegro wiki.
thanks. Are they based towards game making or just using allegro in general?
Using allegro, though I think some also give examples for basic game set ups. There is no "this is how you make a game", because games are very different from each other. You will have to find an own solution... though sites like http://oodesign.com help finding appropitiate design pattern, the decision which patterns fits you best and the task of actually implementing it so it fulfills your needs is up to you.
Last edited on
FOR BEST ALLEGRO LESSONS ( WHERE I LEARNED TO PROGRAMM GAMES) VISIT : http://www.cppgameprogramming.com/ AT ALLEGRO SECTION !! IT HELPED ME UNDERSTAND EVERYTHING !!
Last edited on
That site looks great but sadly it is not for version 5. oh btw its called lowercase :)
I'm sure you've already been told this. But i really recommend SDL or SFML over allegro...
why is that?
Well quite a few reasons, the main reason being support. Allegro is pretty old and unsupported. The documentation on SDL is vast, and SFML has some really good tutorials. Allegro... Wellll not so much.
Ive already installed allegro so im going to try but if i fail Ill try SDL. thanks.
You won't fail. It's easy enough to work with. But I'd still switch, probably to SFML. It's quite a bit faster than both of the others.
Well quite a few reasons, the main reason being support. Allegro is pretty old and unsupported.


Actually, Allegro5 is new. I know what you're talking about for Allegro up to ver 4, as it originated... in DOS I think, and e.g. had some compatibility problems with the Win32 API. The current Allegro5 (complete revision, new API and stuff) works just fine though.
It's quite a bit faster than both of the others.
Where do you have that information from?
Last edited on
Well seeing as there are no tutorials that actualy tell you what its telling you to do(hope that made sense). Looks like ill try SFML

*edit as far as i saw there is no version for vs 2010 so ill try SDL
*edit edit Im a retard the 2008 works with the 2010 (wow soon this might turn into my twitter feed with every tweet having a *edit in front of it :)
Last edited on
@hanst: I apologize, I hadn't realized there was a new version. As far as the speed goes, that was probably just poor programming on my part.
If you want to program 2d user interfaces I'd suggest learning SDL. It's as easy as Allegro, and you can find a LOT OF INFO ON IT. Good luck!
Topic archived. No new replies allowed.