Nav Link On

iPhone Dev Forums > General Development > OpenGL ES Development > Getting started with OpenGL?

Reply

 

LinkBack Thread Tools Display Modes
Old 04-10-2009, 03:23 PM   #1 (permalink)
Junior Member
Default Avatar
 
Join Date: Apr 2009
Posts: 4
Default Getting started with OpenGL?

What is the best way to get started with OpenGL development? I want to make simple 2D games, some puzzle ones, some platformer like games.

How long do you think it will be until I start making basic OpenGL games?? (with no programming experience at all)
zaca is offline   Reply With Quote
Old 06-14-2009, 05:49 PM   #2 (permalink)
Junior Member
Default Avatar
 
Join Date: Jun 2009
Location: Netherlands
Posts: 1
Send a message via MSN to drumworkshop
Default

Quote:
Originally Posted by zaca View Post
What is the best way to get started with OpenGL development? I want to make simple 2D games, some puzzle ones, some platformer like games.

How long do you think it will be until I start making basic OpenGL games?? (with no programming experience at all)
Buy some books
drumworkshop is offline   Reply With Quote
Old 06-17-2009, 11:32 AM   #3 (permalink)
Junior Member
Default Avatar
 
Join Date: May 2009
Posts: 6
Default

i got the same problem, and any specific books?
geoff95 is offline   Reply With Quote
Old 07-13-2009, 10:18 AM   #4 (permalink)
Junior Member
Default Avatar
 
Join Date: Jul 2009
Posts: 13
Default

Quote:
Originally Posted by zaca View Post
What is the best way to get started with OpenGL development? I want to make simple 2D games, some puzzle ones, some platformer like games.

How long do you think it will be until I start making basic OpenGL games?? (with no programming experience at all)
With no programming experience at all, I think you certainly have some learning to do!

With something like this, it's certainly tempting to try jumping into the deep end, but that would probably be counter-productive and completely confusing.

If you haven't programmed before, something like this plan would be appropriate:

1) read voraciously on the web, and consider buying books if you're serious, like "Programming in Objective-C" by Stephen Kochan, and (later on) "Beginning iPhone development".

2) Get XCode installed on your mac. Begin learning some objective-C by compiling simple programs for the command line (i.e. don't try writing Cocoa applications, or iPhone applications - start with plain objective C command line apps)

3) Once you get the hang of objective-C, you can think about stepping it up and trying out running some sample iPhone application

You have to walk before you can run, so you need to understand the basics of objective C first!
occular is offline   Reply With Quote
Old 07-14-2009, 12:51 AM   #5 (permalink)
Junior Member
Default Avatar
 
Join Date: Jul 2009
Posts: 1
Default

Quote:
Originally Posted by geoff95 View Post
i got the same problem, and any specific books?
Yes, Computer Graphics with OpenGL, by Hearn & Baker.
shellsage is offline   Reply With Quote
Old 07-29-2009, 09:29 PM   #6 (permalink)
Junior Member
Default Avatar
 
Join Date: Jul 2009
Posts: 3
Default

example
PVRTexture & Texture2D - Notes of a Developer
sakrist is offline   Reply With Quote
Old 12-24-2009, 02:07 PM   #7 (permalink)
Junior Member
Default Avatar
 
Join Date: Dec 2009
Posts: 2
Default Some helpful tutorials

So if you want some quick basic fundamentals here are a couple of sights that may interest you to look at.

iPhone Development : is a good sight to help you get started with a basic project. I want to point out that it was written before ES2 was available on iPhone so it's an ES1 setup. If you taken a look at older XCode templates it uses a modified version of the old 3.0 template which didn't seperate the ES1 and ES2 rendering like the current template. Still very very useful if you are starting from scratch.

Zeus CMD - Design and Development Tutorials : OpenGL ES Programming Tutorials - Page 1 : is a great site to get you started with OpenGL ES coding in general. All rendering and setup code here will work on the iPhone since its just ES code. All the basics you need in creating primitives, texturing, etc... There is no ES2 stuff however.

Good Luck & Enjoy
ptruong1 is offline   Reply With Quote
Old 01-12-2010, 02:48 AM   #8 (permalink)
Junior Member
Default Avatar
 
Join Date: Jan 2010
Location: new york
Posts: 2
Default

I have read quite a few books to get started with iPhone development (not tried opengl yet). I read iPhone programming for dummies, Beginning iPhone Development, Programming in Objective-C, and Beginning Game Development. I would recommend all of them except the dummies book since it was all about the authors one app. It does include some great information on how apps work and the flow of an app in the first few chapters but that is really all that I found useful, hope these help!
csheldrick is offline   Reply With Quote
Reply

iPhone Dev Forums > General Development > OpenGL ES Development


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 RC1