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.
Discussion
For the time being, all discussion for this software should happen on the pyglet-users mailing list.
Screenshot
One use case of pygarrayimage is the motmot.wxglvideo package. Here is a screenshot of the wxglvideo_demo program:
Download
Download official releases from the download page.
The development (SVN) version of pygarrayimage may be downloaded via subversion:
svn co http://code.astraw.com/motmot/trunk/pygarrayimage
