Anyone knows a good book for learning opengl with c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Anyone knows a good book for learning opengl with c++

2nd Nov 2017, 9:24 PM
Bill DAwesome
Bill DAwesome - avatar
2 Answers
+ 2
No but I’m following a great tutorial on YouTube, so you could get some there.
11th Dec 2017, 12:26 AM
Jacob Pembleton
Jacob Pembleton - avatar
+ 1
there arent tons of resources for learning 3d graphics at one place, you should look at alot of sites and read tons of books. 1.first of all you need to MASTER the fundamentals of c++ ( classes, pointers, arrays, and maybe STL ). I recommend you to read "C++ Primer" from Amazon or any c++ site. 2.second you need basic math for learning 3d graphics, after all 3d graphics following 3d math and physics ( matrices, vectors, etc... ). I recommend you to read "3D Math Primer for Graphics and Game Development" from Amazon or learn from sites, and you'll need to learn math library aswell I recommend glm or create your own. 3.third and last is OpenGL, OpenGL doesn't have window setup and all these window setting functions so you'll need to learn GUI Graphics library before learning OpenGL, you should check out GLAD , SDL, SFML. OpenGL Resources: https://learnopengl.com/#!Introduction http://www.opengl-tutorial.org https://open.gl "OpenGL Superbible" from Amazon.
3rd Nov 2017, 12:10 AM
Cain Eviatar
Cain Eviatar - avatar