Re: [Numpy-discussion] Recommndations for an easy GUI

2011-06-27 Thread Nicolas Rougier
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-

Re: [Numpy-discussion] Recommndations for an easy GUI

2011-06-27 Thread Benjamin Root
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

[Numpy-discussion] Recommndations for an easy GUI

2011-06-27 Thread Nadav Horesh
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