Metadata-Version: 2.1
Name: PyOpenGL-accelerate
Version: 3.1.10
Summary: Acceleration code for PyOpenGL
Home-page: http://pyopengl.sourceforge.net
Author: Mike C. Fletcher
Author-email: mcfletch@vrplumber.com
License: BSD
Download-URL: http://sourceforge.net/project/showfiles.php?group_id=5988
Description: # Acceleration code for PyOpenGL
        
        This set of C (Cython) extensions provides acceleration of common operations
        for slow points in PyOpenGL 3.x. It is not a requirement for using PyOpenGL
        but performance without it will be poor.
        
        ## Build Process
        
        Cython is updated frequently to support newer versions of Python. As of
        release 3.1.9 we no longer check in the Cython generated code for the
        wrapper modules, relying on the build machines to generate the wrappers.
        
        The Github CI Pipeline should generate and release binary builds for most
        major platforms (Windows, Linux, Mac), but if you need to build from source,
        a `pip install .` **should** work from the PyOpenGL repository.
        
Keywords: PyOpenGL,accelerate,Cython
Platform: Win32
Platform: Linux
Platform: OS-X
Platform: Posix
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
