I have written a game in C++ / OpenGL and am supposed to port the same to Python.
After some research online, I found out PyOpenGL 3.0.2 and WxPython 2.8.12.1 bindings for 2.7 version of Python work good for Python / OpenGL programming.
Can you suggest me if this a right combination to start porting my C++ game to ?
If there are any other easy ways to get this porting done, help me with those.