programming question

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
Arce
Jealous Self-Righteous Prick
Jealous Self-Righteous Prick
Posts: 2153
Joined: Mon Jul 10, 2006 9:29 pm

Re: programming question

Post by Arce »

For 2d, go Allegro...Or SDL. I Personally prefer SDL as I've used it more. ;P
hey is c/++ or c# better for a 2d mario remix
And yeah, I'd reccomend C, or C++. Or Gyro's engine. ;)
<qpHalcy0n> decided to paint the office, now i'm high and my hands hurt
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: programming question

Post by MarauderIIC »

When I was using OpenGL (... probably going on 5-6 yrs ago now...) iirc it was a pain in the butt to do 2d w/ opengl, something about setting glOrtho and confusing myself. Using SDL atm and it's purty eezy
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: programming question

Post by Falco Girgis »

Keep in mind that you can do tons of things with hardware accelerated 2D (OGL) that you can't with software rendering (SDL).
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: programming question

Post by MarauderIIC »

SDL supports hardware accelerated surfaces...
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Post Reply