I am a complete beginner and I was wondering how easy it would be to draw 2 simple rectangles in opengl and having them move up, down, left and right?
It is pretty simple to do, but it takes a decent amount of work though. Not really sure how to explain how difficult it is, though.
If you are thinking about learning it, here are some good tutorials:
http://www.opengl-tutorial.org
http://www.arcsynthesis.org/gltut/
Edit:
You will need to know some kind of advanced math to do it. Well, at least advanced to me. Matrices, Vectors, etc..
Last edited on
^ Much better explanation.
Wow, thank you so much this is better than I expected! Thank both of you for your help :)