OpenGL

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2004
Posts: 489
Reputation: Acidburn is an unknown quantity at this point 
Solved Threads: 5
Acidburn Acidburn is offline Offline
Posting Pro in Training

OpenGL

 
0
  #1
Apr 25th, 2005
How good do you have to be in C++ / C in order to enter the world of Open GL?
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 108
Reputation: prog-bman is an unknown quantity at this point 
Solved Threads: 3
prog-bman prog-bman is offline Offline
Junior Poster

Re: OpenGL

 
0
  #2
Apr 25th, 2005
Good?
That is a very broad question. 3D programming is a combo of knowing your the language, knowing some good math and alot of patience. This is not from personal experiance just from looking at some 3d stuff.
Here is the best openGL site as far as I know
http://nehe.gamedev.net/
Join me on IRC:
Server: irc.daniweb.com
Channel: #C++

Chat Via:
http://daniweb.com/chat/minichat.php
or
Your favorite IRC client.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 105
Reputation: jhdobbins is an unknown quantity at this point 
Solved Threads: 3
jhdobbins jhdobbins is offline Offline
Junior Poster

Re: OpenGL

 
0
  #3
Apr 25th, 2005
I am interested in open GL too acidburn... maybe we can sorta learn together? or help each other out?
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 219
Reputation: BountyX is an unknown quantity at this point 
Solved Threads: 8
BountyX's Avatar
BountyX BountyX is offline Offline
Code Guru

Re: OpenGL

 
0
  #4
Apr 25th, 2005
You should know how to do the following in C++:

1. Overload fuctions and Call Parent Methods (Class Structure)
2. How to use interfaces
3. Understand Data Structures and Custom Data Types
4. Geometry+ in math
5. Knowlege in 2d graphics and 3d graphics (especially triangles and rectangles)
6. Understanding Timers and Animation

These are just the basics. You can refer to the opengl.org documentation for more details on prequisites.
A Hacker's Mind:
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes..." - J.D.Salinger
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 22
Reputation: Auto is an unknown quantity at this point 
Solved Threads: 0
Auto Auto is offline Offline
Newbie Poster

Re: OpenGL

 
0
  #5
Apr 26th, 2005
OpenGL is of interest to me too, I've found some helpful tutorials, info, docs at this site. I'll be taking a course soon on OpenGL so I kind of backed off of it until then. Here's the site to check out

http://www.opengl.org/
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 32
Reputation: sinrtb is an unknown quantity at this point 
Solved Threads: 0
sinrtb sinrtb is offline Offline
Light Poster

Re: OpenGL

 
0
  #6
Apr 26th, 2005
the tutorials on gamdev.net are very helpful
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 26
Reputation: wally_lawless is an unknown quantity at this point 
Solved Threads: 0
wally_lawless wally_lawless is offline Offline
Light Poster

Re: OpenGL

 
0
  #7
Oct 14th, 2005
I would also recommend a solid foundation in physics if you're going to have your objects interacting with each other (which is hard to not have in OpenGL). You'll want to be fairly comfortable with pointers as well since they (through advanced data types like linked lists) are often used to manage the objects in your virtual world.

Wally
www.power-coder.net
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC