SDL or Allegro?
Moderator: PC Supremacists
- Maevik
- 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?
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!
- 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: SDL or 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.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.
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
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
Re: SDL or Allegro?
Thou shalt be forgivenprogrammerinprogress 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.
- BlueMonkey5
- Chaos Rift Cool Newbie
- Posts: 86
- Joined: Fri Feb 20, 2009 12:54 am
Re: SDL or Allegro?
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?