(Part 2) Best products from r/GraphicsProgramming

We found 7 comments on r/GraphicsProgramming discussing the most recommended products. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 26 products and ranked them based on the amount of positive reactions they received. Here are the products ranked 21-40. You can also go back to the previous section.

Top comments mentioning products on r/GraphicsProgramming:

u/SouthernArrowwood · 2 pointsr/GraphicsProgramming

Real Time Rendering was recommended to me by a few professional graphics devs when I asked them the same question. This is NOT a light read, and it won't tell you how to use a specific API (DirectX, OpenGL), but it will give you the foundations to better understand an entire graphics pipeline and the various techniques used.

Other posters have mentioned starting with a software rasterizer. I'd highly suggest this as it helped me a lot when I had to do a very small one in college. There is a more recent version that is likely better(haven't looked yet), but this is the book we used and it can be picked up for dirt cheep!

u/corysama · 1 pointr/GraphicsProgramming

I learned from the infamous "Red Book". But, that was long, long ago in a university far, far away. Even the 7th edition of that book only covers OGL 3.1... These days, any of the tutorials in the sidebar of r/OpenGL would be good.