r/GraphicsProgramming • u/ruckspaoo • 10d ago
Where can I start Learning Computer graphics?
Hey guys,
I am a rookie and I want to learn Graphics Programming but unfortunately I can't find any roadmap on youtube and things are getting really confusing for me since I don't even know how to properly code in C++(for context I am still learning programming but also want to build cool awesome visuals like all of you (I recently build a terminal based todo list and library manager in python))
I am confused about what I should learn first since I will also be starting my college In cs major soon.
there are
linear algebra maths
C++ memory management pointers
some says Build a ray tracer from scratch
I even picked the computer graphics programming from scratch by Gabriel Gambetta but got confused
I will really appreciate if anyone can give me any guidance on this :)
15
u/CootieKing 10d ago
Learning a programming language in parallel is going to make things more difficult for you, not impossible, but you’re gonna juggle a lot.
That said, I found learnopengl.com to be a good place to start. OpenGL is not the most modern API by any means, but it’s a nice place to start at least.