SDL or Allegro?

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

User avatar
Maevik
Chaos Rift Junior
Chaos Rift Junior
Posts: 230
Joined: Mon Mar 02, 2009 3:22 pm
Current Project: www.keedepictions.com/Pewpew/
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: Long Beach, CA

Re: SDL or Allegro?

Post by Maevik »

I just built my first game ( Pong clone, no segfault w00t! ) in SDL. It is actually the first API i've worked with so far so I have very limited perspective, but I found it really easy to work with. I did a little work with Allegro ( tried some tiling, blitting and display options ) and watched Lusikka's YouTube tutorials, but I like SDL more.
My love is like a Haddoken, it's downright fierce!
User avatar
programmerinprogress
Chaos Rift Devotee
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: SDL or Allegro?

Post by programmerinprogress »

You are quoting me out of context. As I said before, I just wanted to point out that there is more than SDL and Allegro.
Actually, i'm sorry, I re-read your post a couple of times, and I did quote you out of context, but at the time, I genuinely thought that's what you were implying.

As for using SDL as your first, I think it's a pretty good approach to take, no where as near as complicated as OpenGL, it brings everything together, and it isn't hard to use at all.
---------------------------------------------------------------------------------------
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
K-Bal
ES Beta Backer
ES Beta Backer
Posts: 701
Joined: Sun Mar 15, 2009 3:21 pm
Location: Germany, Aachen
Contact:

Re: SDL or Allegro?

Post by K-Bal »

programmerinprogress wrote: Actually, i'm sorry, I re-read your post a couple of times, and I did quote you out of context, but at the time, I genuinely thought that's what you were implying.
Thou shalt be forgiven ;)
User avatar
BlueMonkey5
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 86
Joined: Fri Feb 20, 2009 12:54 am

Re: SDL or Allegro?

Post by BlueMonkey5 »

Not quite sure what the difference is between sdl and allegro. it looks like it does everything that sdl does, but i think i saw someone say that allegro doesnt have a wrapper for opengl. so it must handle graphics pretty well. maybe one's easier to learn that the other?
Post Reply