|
From: Perry G. <pe...@st...> - 2004-07-15 19:48:08
|
> > You are right, I should definitely install pygtk on my system to check > that, I wonder how a 3X increase in FPS is possible: after all, > de-activating blit in the TkAgg produce only a 1.5X increase (and no > image of course ;-) ): something else than Agg must hold Tk (and Fltk) > back then: I have to test the FPS one have without Agg drawing and > blitting, only canvas update, with GTK, Tk and Fltk, to be sure... > I guess I'm surprised at that. How are you disabling the blit? If no blit is being done, where else is the time going if not for agg? Puzzled, Perry |