CMGL: Context-Manager-based OpenGL for Python
CMGL is a C-extension in Python. This is a Python binding for OpenGL that uses context managers.
Setup
Dependencies
You'll need those packages:
OpenGLnumpy.
Native modules
Build the extension:
python setup.py build_ext --inplace --force