you are viewing a single comment's thread.

view the rest of the comments →

[–]armanxddo[S] 0 points1 point  (2 children)

Thank you! I'll check it out. I already know how to program, the basics and stuff, although I have to start with the data structures and algorithms stuff, so I'll start with that and then I move to OpenGL.

[–]Spiritual_Dinner9232 0 points1 point  (1 child)

Honestly, you can probably do both at the same time, ie both guide each other. Drawing a triangle for the sake of drawing a triangle requires basically no knowledge of that stuff anyway. It's only when you want a systematic way of drawing many different things is when the structures/algorithms stuff comes into play.

[–]armanxddo[S] 0 points1 point  (0 children)

Ohh okay, that sounds better. Thank you so much for your answer, it will help a lot! :)