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

reef_d

Disciple
most books do not cover the graphics part in C, so anyone knows any good site, ebbok or hardcover from where i can learn?
 
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.
 
Back
Top