Starting with 2D in OpenGL

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

Post Reply
mattheweston
Chaos Rift Junior
Chaos Rift Junior
Posts: 200
Joined: Mon Feb 22, 2010 12:32 am
Current Project: Breakout clone, Unnamed 2D RPG
Favorite Gaming Platforms: PC, XBOX360
Programming Language of Choice: C#
Location: San Antonio,Texas
Contact:

Starting with 2D in OpenGL

Post by mattheweston »

I'm starting down the path to enlightenment using OpenGL and was looking for recommendations for Books, Tutorials, etc. Primarily focusing on 2D stuff for now.
Image
User avatar
combatant936
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 39
Joined: Wed Jul 29, 2009 11:11 pm
Current Project: It's a secret!!
Favorite Gaming Platforms: N64, SNES, PS2, PC
Programming Language of Choice: C++, 65816 asm
Location: Pennsylvania
Contact:

Re: Starting with 2D in OpenGL

Post by combatant936 »

When I started OpenGL I downloaded a PDF of the OpenGL SuperBible. It was pretty good in teaching me the basics... But if I remember correctly it used GLUT for events and window stuffz and I hated using GLUT. I kind of just looked up random tutorials online as well as using that book and things worked out pretty good. Also I would look at LazyFoo's tutorial on SDL and OpenGL. It's pretty good for setting up everything for 2D games. http://lazyfoo.net/SDL_tutorials/lesson36/index.php
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Starting with 2D in OpenGL

Post by eatcomics »

Yes I know, everything uses GLUT it made me mad when I started, it was easy to kind of adapt the concepts though after I got slightly more comfortable with it

also I suggest http://www.videotutorialsrock.com/ although moosader says that they've gotten some ads with some spyware or something, so I guess use that at your own risk, its what I started with
Image
XianForce
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 767
Joined: Wed Oct 29, 2008 8:36 pm

Re: Starting with 2D in OpenGL

Post by XianForce »

Continuing off of what Combatant said...

Also check out Lazy Foo's Last article "Starting Out With OpenGL"... I'm too lazy to grab a link right now, but I'm sure you can find it. But that article basically gives a list of small projects you can do, which resemble the tutorials. In it, he doesn't really give code, but more of an overview of how you'd accomplish each task.

For me it was super helpful... It was just what I needed :)
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: Starting with 2D in OpenGL

Post by Ginto8 »

XianForce wrote:Continuing off of what Combatant said...

Also check out Lazy Foo's Last article "Starting Out With OpenGL"... I'm too lazy to grab a link right now, but I'm sure you can find it. But that article basically gives a list of small projects you can do, which resemble the tutorials. In it, he doesn't really give code, but more of an overview of how you'd accomplish each task.

For me it was super helpful... It was just what I needed :)
yo lazy, foo! BTW here's the link (it took a grand total of about 5 seconds to get): http://www.lazyfoo.net/SDL_tutorials/lesson36/index.php
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
XianForce
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 767
Joined: Wed Oct 29, 2008 8:36 pm

Re: Starting with 2D in OpenGL

Post by XianForce »

Ginto8 wrote:
XianForce wrote:Continuing off of what Combatant said...

Also check out Lazy Foo's Last article "Starting Out With OpenGL"... I'm too lazy to grab a link right now, but I'm sure you can find it. But that article basically gives a list of small projects you can do, which resemble the tutorials. In it, he doesn't really give code, but more of an overview of how you'd accomplish each task.

For me it was super helpful... It was just what I needed :)
yo lazy, foo! BTW here's the link (it took a grand total of about 5 seconds to get): http://www.lazyfoo.net/SDL_tutorials/lesson36/index.php
I love how you got a link that was already posted, I was talking about this ;)
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Starting with 2D in OpenGL

Post by eatcomics »

ha ginto fail... btw ginto where have you been not on skype that's for sure, I know we're not on a dev team anymore but c'mon, we still cool right?
Image
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: Starting with 2D in OpenGL

Post by Ginto8 »

eatcomics wrote:ha ginto fail... btw ginto where have you been not on skype that's for sure, I know we're not on a dev team anymore but c'mon, we still cool right?
lol sorry bout that... didn't look at the other posts (well, skimmed).

as for skype, my computer has been being... odd recently. I'm currently trying to fix it but that's why I haven't been on skype. Well, that and watching mythbusters and LOST, but that's a different issue. ;)
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Starting with 2D in OpenGL

Post by eatcomics »

Ok you're off the hook... this time
Image
Post Reply