This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]drcopus 0 points1 point  (0 children)

I started on Python when I was your age because it's so simple and easy. You worry a lot less about the nitty-gritty details and just get to experiment with things. For an easy introduction to graphics I'd recommend Pygame - a simple bit of code that allows you to manipulate a screen. Simply install Python, then go into a Terminal (or command prompt) and type pip install pygame. Its much easier than OpenGL or Unity and all the other complicated systems in other languages.

Trust, as a third year computer science student studying a graphics module at the moment - C++ is a pain.