And yeah, I'd reccomend C, or C++. Or Gyro's engine.hey is c/++ or c# better for a 2d mario remix
programming question
Moderator: PC Supremacists
Re: programming question
For 2d, go Allegro...Or SDL. I Personally prefer SDL as I've used it more. ;P
<qpHalcy0n> decided to paint the office, now i'm high and my hands hurt
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: programming question
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.
- Falco Girgis
- 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
Keep in mind that you can do tons of things with hardware accelerated 2D (OGL) that you can't with software rendering (SDL).
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: programming question
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.