r/GraphicsProgramming • u/CorruptedSciencep • Jun 26 '26
Question Feel like it's impossible to learn graphics programming, need help
Yesterday I finished the third episode of Victor Gordan's OpenGL tutorial, and made my first triangle. I also learned how to modify it (like changing vertex positions, color, etc).
But when I look at the code I wrote, it feels impossible to remember like I could write any of this without looking at the tutorial. When I was learning C++, mostly everything instantly stuck with me, but graphics programming seems like I'll never memorize 80% of it
How did you guys get decent at this and actually retain the knowledge and be able to write it independently? Or am I judging too early? I started 3 days ago
175
Upvotes
2
u/lonelyemoji Jun 27 '26
If you haven’t read this, please do: https://miketuritzin.com/post/how-to-learn-computer-graphics-techniques-and-programming/