Page 2 of 2

Re: Animation C++

Posted: Wed Mar 25, 2009 6:43 pm
by BlueMonkey5
so what API's can you use with Python?

Re: Animation C++

Posted: Wed Mar 25, 2009 7:34 pm
by kostiak2
BlueMonkey5 wrote:so what API's can you use with Python?
There are different stuff for Python like Pygame and PyOpenGL and you can use that, but I would not recommend that. I would recommend learning the basics of programing in Python, then learning C++, then learn an API (like SDL) and then start making games.

Re: Animation C++

Posted: Thu Mar 26, 2009 7:15 pm
by BlueMonkey5
hmmm, makes sense. good recommendation.