Hi all, I've been playing with pyglet and matplotlib integration using the Agg backend as suggested some time ago on the numpy list. The idea is to let matplotlib do all the pretty stuff and let pyglet do the rendering of images (currently, only imshow has been proxied).
Image rendering is done through GL texture using shaders for both nearest/bilinear and bicubic filters and color LUT. Currently, this allows to use matplotlib colormap with under/over colors but no bad color yet. Sources: http://www.loria.fr/~rougier/tmp/glumpy.tgz Screenshot: http://www.loria.fr/~rougier/tmp/glumpy-matplotlib.png Just run 'demo-matplotlib.py' and 'demo- matplotib-2.py' (implementation of the dynamic_image.py animation demo). Nicolas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
