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.
IndexProgramming Questions & HelpPrograms › Trying to convert from alpha to beta
Page Index Toggle Pages: 1
Trying to convert from alpha to beta (Read 631 times)
Trying to convert from alpha to beta
Jan 8th, 2006, 11:28pm
 
recently i've stumbled upon this
http://www.madmerv.com/portfolio/dotsnotgoogle/

trying to run the source in the latest processing didn't work, i hate to replace BImage with PImage and add a draw method instead of the loop method.

But the performance is really really bad.

how can i convert this to work properly with the latest processing distribution?
Re: Trying to convert from alpha to beta
Reply #1 - Jan 9th, 2006, 3:31am
 
change size(600,400); to size(600,400,P3D); ..
improved significantly here at least..

-seltar
Re: Trying to convert from alpha to beta
Reply #2 - Jan 9th, 2006, 11:53am
 
yes it did improve. but why does it run faster on processing alpha?
Page Index Toggle Pages: 1