Metadata-Version: 2.1
Name: pygarrayimage
Version: 1.0
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
Platform: UNKNOWN

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.

TODO: support the buffer interface added with Python 2.6/3.0 rather
than the numpy-defined array interface.



