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.
IndexDiscussionExhibition › fuzzy google image processing applet
Page Index Toggle Pages: 1
fuzzy google image processing applet (Read 1412 times)
fuzzy google image processing applet
Jun 26th, 2007, 7:43am
 
Hello,

Sometime ago, I say a processing aplet I really liked. It was bunch of dots, flying in a fuzzy swarm like pattern forming a google logo.

Has anyone seen this? I have looked everywhere but could not find.

Best,
segfault
Re: fuzzy google image processing applet
Reply #1 - Jun 26th, 2007, 8:12am
 
It was here:
http://www.madmerv.com/portfolio/dotsnotgoogle/

though not anymore.  But I found a copy here:
http://www.jroller.com/page/Sosume?entry=java_based_google_logo_from

Indeed very nice one.
Re: fuzzy google image processing applet
Reply #2 - Jul 15th, 2007, 7:00pm
 
Is the source code available on this? It's very cool!
Re: fuzzy google image processing applet
Reply #3 - Jul 15th, 2007, 8:44pm
 
Yes, thanks to archive.org. Have fun.

http://web.archive.org/web/20060110221337/www.madmerv.com/portfolio/dotsnotgoogle/dotsnotgoogle.pde
Re: fuzzy google image processing applet
Reply #4 - Jul 17th, 2007, 12:33pm
 
Thanks!

It's probably a good idea to note that this is written in the old style, so to get it to work you need to change Bimage to Pimage, and void loop() to void draw()
Page Index Toggle Pages: 1