Metadata-Version: 1.0
Name: pygarrayimage
Version: 0.0.4
Summary: Allow numpy arrays as source of texture data for pyglet.
Home-page: http://code.astraw.com/projects/motmot/wiki/pygarrayimage
Author: Andrew Straw
Author-email: strawman@astraw.com
License: BSD
Description: pygarrayimage allows display of Python objects supporting the array
        interface as OpenGL textures without a copy. The OpenGL texture
        handling is done using pyglet.
        
        In other words, this allows fast transfer of data from numpy arrays
        (or any other data source supporting the array interface) to the video
        card.
        
Platform: UNKNOWN
