Candyfloss
Candyfloss

Reputation: 3908

Learning OpenGL with a Strong Math Foundation?

I am looking to learn open GL, I have a strong foundation of the maths behind graphics. What is the best route to take in learning the Open GL technology i'm open to using both Windows and Mac.

Thanks in advance

Upvotes: 2

Views: 279

Answers (2)

The NeHe tutorials are good, though they assume you have some experience with C/C++. If you don't have that coding experience, you'll want to brush up on that at the same time (sorry, I don't have a link to a favourite C/C++ tutorial).

As far as books go, I used to like the OpenGL Superbible, and it looks like there's a new edition on its way! :)

Upvotes: 2

SigTerm
SigTerm

Reputation: 26409

  1. http://www.opengl.org/
  2. OpenGL programming guide aka "Red Book"
  3. Francis s Hill, "Computer Graphics using OpenGL".
  4. OpenGL shading language (aka "Orange Book")
  5. NVidia OpenGL resources.
  6. And you might want to take a look at OpenGL reference manucal ("Blue Book")

Upvotes: 3

Related Questions