Computer Graphics CG Learning Resources and Routes

Computer Graphics Learning Resources

1. GAMES website
2. GAMES101 course-B station
3. Teacher Fu/OpenGL teaching-B station
4. OpenGL Chinese tutorial website

The starting point of the corresponding stage

 If you are a novice and don't know anything about computer graphics, it is recommended to study the GAMES101 course-B station course.
 If you want to learn OpenGL, it is recommended to refer to the OpenGL Chinese tutorial website to start learning. If you are in the stage of learning OpenGL, but you don't feel that you have a deep understanding of the concepts in the learning tutorial, I recommend watching Teacher Fu/OpenGL Teaching-B Station .
 Note that the OpenGL tutorial website in the link is an old version of the document, which uses glew, and the new version of the tutorial uses glad. Simply put, glad is an upgraded version of glew. In short, learning the new version is definitely more comprehensive, better understood and more conducive to development. Yes, so if you didn't start from the old version of the learning document like me, then I recommend you start learning from the new version of the OpenGL learning tutorial .

Computer Graphics Learning Route

It is recommended to start  from the GAMES101 course-B station , and then you can start to learn the new version of the OpenGL learning tutorial . If you encounter something that is not easy to understand, you can take a look at Teacher Fu/OpenGL Teaching-B station .

Guess you like

Origin blog.csdn.net/qq_51563654/article/details/130233720