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 › attractors_colour2
Page Index Toggle Pages: 1
attractors_colour2 (Read 357 times)
attractors_colour2
Feb 3rd, 2008, 9:22pm
 
I downloaded attractors_colour2 from
http://www.tom-carden.co.uk/p5/attractors_colour2/applet/index.html
but it's not running.
Can someone see what's wrong?
Thanks
Re: attractors_colour2
Reply #1 - Feb 4th, 2008, 9:22am
 
Cause it written with old Alpha version of processing you have to made some changes in the code:

void loop() -> void draw()
loadPixels() and updatePixels() before and after pixels[] calls

Re: attractors_colour2
Reply #2 - Feb 4th, 2008, 10:54am
 
Thanks, I made the changes and now it works!
Page Index Toggle Pages: 1