Have a look at glumpy: http://code.google.com/p/glumpy/
It's quite simple and very fast for images (it's based on OpenGL/shaders).
Nicolas
On Jun 28, 2011, at 6:38 AM, Nadav Horesh wrote:
> I have an application which generates and displays RGB images as rate of
> several frames/seconds (5-
On Monday, June 27, 2011, Nadav Horesh wrote:
>
>
>
>
>
>
>
> I have an application which generates and displays RGB images as rate of
> several frames/seconds (5-15). Currently I use Tkinter+PIL, but I have a
> problem that it slows down the rate significantly.
> I am looking for a fast and ea
I have an application which generates and displays RGB images as rate of
several frames/seconds (5-15). Currently I use Tkinter+PIL, but I have a
problem that it slows down the rate significantly. I am looking for a fast and
easy alternative.
Platform: Linux
I prefer tools that would work also