good books or sites to learn graphics in C/C++?

Status
Not open for further replies.

reef_d

Inactive
Contributor
most books do not cover the graphics part in C, so anyone knows any good site, ebbok or hardcover from where i can learn?
 
This is my query too..I am yet to find a good book on the graphics in C..my best tutorial for that part is Turbo C's Hepl index !!
 
The big question is do you wanna learn the graphics principles or do you wanna learn opengl? If its principles that you wanna know in a platform agnostic manner, check out the standard ref... Foley and Van Dam et al(CG principles and practice). Once you know the basic principles, its pretty easy to pick up the opengl redbook and go thru it to know how to code in GL.
 
Status
Not open for further replies.