We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
AIExporrrrrrrrt!! (Read 1494 times)
AIExporrrrrrrrt!!
Aug 21st, 2005, 4:20pm
 
I'm trying to use the AIExport library and find that it really slows down when grabbing accumulatively over a number of frames, even when each frame only exports 4 line parameters.

Postscript is much quicker but doesn't have the functions of AIExport.

Here's the sort of thing I'm running:

Code:


ai.takeSnapShot();
ai.run();

ai.ai_line(x1,y1,x2,y2);



and then on a keypressed()

ai.dumpSnapShots();
Re: AIExporrrrrrrrt!!
Reply #1 - Aug 22nd, 2005, 3:08pm
 
Getting rid of the print to processing monitor helps a lot.
Page Index Toggle Pages: 1