Allegro tutorial pl0x?
Moderator: Coders of Rage
- Bludklok
- Chaos Rift Junior
- Posts: 241
- Joined: Tue Apr 14, 2009 1:31 am
- Current Project: EnigmaCore
- Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
- Programming Language of Choice: C++
- Location: New Jersey
- Contact:
Allegro tutorial pl0x?
So Ive been looking around Google and Youtube and such but I can't seem to find any good allegro tutorials. If you know of a good allegro tutorial please post it. Even if you don't have a tutorial to post please share how you learned Allegro yourself, would be greatly appreciated.
- Bludklok
- Chaos Rift Junior
- Posts: 241
- Joined: Tue Apr 14, 2009 1:31 am
- Current Project: EnigmaCore
- Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
- Programming Language of Choice: C++
- Location: New Jersey
- Contact:
Re: Allegro tutorial pl0x?
Bump.
Also ive gone through the ones ive found already but they dont seem to be all too worthwhile.
http://www.emunix.emich.edu/~evett/Game ... howTo.html
This seems like the best one out of the others that ive found, Any suggestions?
Also ive gone through the ones ive found already but they dont seem to be all too worthwhile.
http://www.emunix.emich.edu/~evett/Game ... howTo.html
This seems like the best one out of the others that ive found, Any suggestions?
- Moosader
- Game Developer
- Posts: 1081
- Joined: Wed May 07, 2008 12:29 am
- Current Project: Find out at: http://www.youtube.com/coderrach
- Favorite Gaming Platforms: PC, NES, SNES, PS2, PS1, DS, PSP, X360, WII
- Programming Language of Choice: C++
- Location: Kansas City
- Contact:
Re: Allegro tutorial pl0x?
*coughs*
Well, it's far from good, but it's available.
http://www.youtube.com/view_play_list?p ... 7233A48BC9
Yes, it's a video tutorial, and no the special page for it isn't up anymore. This is to be rewritten.
And, all my games/apps (save lenxion, which will be rewritten eventually) is open source.
Also, I have some incomplete tutorials on my site. The Rawr Rinth one is mainly stepping through the basics, though, and not really touching on anything Allegro-specific.
http://moosader.com/tutorials.html
I mainly just learned from reading through the quickreference (http://www.connellybarnes.com/documents ... rence.html) and making test programs.
Well, it's far from good, but it's available.
http://www.youtube.com/view_play_list?p ... 7233A48BC9
Yes, it's a video tutorial, and no the special page for it isn't up anymore. This is to be rewritten.
And, all my games/apps (save lenxion, which will be rewritten eventually) is open source.
Also, I have some incomplete tutorials on my site. The Rawr Rinth one is mainly stepping through the basics, though, and not really touching on anything Allegro-specific.
http://moosader.com/tutorials.html
I mainly just learned from reading through the quickreference (http://www.connellybarnes.com/documents ... rence.html) and making test programs.
- Bludklok
- Chaos Rift Junior
- Posts: 241
- Joined: Tue Apr 14, 2009 1:31 am
- Current Project: EnigmaCore
- Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
- Programming Language of Choice: C++
- Location: New Jersey
- Contact:
Re: Allegro tutorial pl0x?
Yea ive seen your videos on youtube but they never really explained Allegro in-depth for the most part.
Although I will be checking out the Allegro source on your website; Ill let you know if I can learn anything off of them.
EDIT: This looks useful as well >> http://www.connellybarnes.com/documents ... rence.html
Although I will be checking out the Allegro source on your website; Ill let you know if I can learn anything off of them.
EDIT: This looks useful as well >> http://www.connellybarnes.com/documents ... rence.html
Re: Allegro tutorial pl0x?
This is pretty good if you're a beginner http://www.loomsoft.net/resources/alltu ... _index.htm
And of course the Allegro manual http://alleg.sourceforge.net/stabledocs/en/allegro.html
And of course the Allegro manual http://alleg.sourceforge.net/stabledocs/en/allegro.html
They pull out the truncheon, that's when the trouble starts.
'Cause when you've got a badge, the laws don't apply.
'Cause when you've got a badge, the laws don't apply.
- Bludklok
- Chaos Rift Junior
- Posts: 241
- Joined: Tue Apr 14, 2009 1:31 am
- Current Project: EnigmaCore
- Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
- Programming Language of Choice: C++
- Location: New Jersey
- Contact:
Re: Allegro tutorial pl0x?
Ive seen the loomsoft one (since its the first link on google when you search Allegro), it had some good info but didn't look to worthwhile. However I will read over it some more later on.
As for the Allegro manual thank you for posting that, it looks pretty detailed.
As for the Allegro manual thank you for posting that, it looks pretty detailed.
- programmerinprogress
- Chaos Rift Devotee
- Posts: 632
- Joined: Wed Oct 29, 2008 7:31 am
- Current Project: some crazy stuff, i'll tell soon :-)
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++!
- Location: The UK
- Contact:
Re: Allegro tutorial pl0x?
Many things become very obvious when you look at the documentation of your API, the instructions usually tell you how to initiate the API, and then you can take it from there
---------------------------------------------------------------------------------------
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D
I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D
I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
- PixelP
- Chaos Rift Regular
- Posts: 153
- Joined: Tue Oct 07, 2008 12:23 pm
- Programming Language of Choice: c/c++
- Location: sweden
- Contact:
Re: Allegro tutorial pl0x?
yeah,programmerinprogress wrote:Many things become very obvious when you look at the documentation of your API, the instructions usually tell you how to initiate the API, and then you can take it from there