Pyopengl

From Motherhamster
Jump to: navigation, search

Motherhamster works with the official pyopengl version 3.x from http://pyopengl.sourceforge.net/

However, if you want to be able to bundle your motherhamster game using py2exe, you should use pyopengl 2.x. You can get an up-to-date build of it here: http://thorbrian.com/pyopengl/builds.php

Unlike the older version, Pyopengl 3.x uses ctypes, which means it has slower error handling and does not work with py2exe. Motherhamster does not use any new features found in pyopengl 3.x, and works perfectly with pyopengl 2.x