Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 439 Bytes

File metadata and controls

24 lines (12 loc) · 439 Bytes

CMGL: Context-Manager-based OpenGL for Python

Build Status

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:

  • OpenGL
  • numpy.

Native modules

Build the extension:

python setup.py build_ext --inplace --force