Ask HN : Best Computer graphics book?
I took courses in computer architecture, algorithms, theory, compilers etc at school but never did one in graphics. However now I am itching to learn something about computer graphics and maybe play with OpenGL and/or DirectX. Any recommendations about books/lecture notes etc? What will be a suitable project that I could do to learn some graphics?
4 comments
[ 4.7 ms ] story [ 21.2 ms ] threadIf you just want to play around with graphics or don't like to program in Java, there are programming environments made especially for programming graphics like Processing [http://processing.org] and Nodebox [http://nodebox.net/]. Both are free and have tutorials readily available.
Also, check out the Graphical Gems series from IBM: lots of great algorithms.