Archive for November 5th, 2008

Particles in Processing

Posted by Erin, the RobotGrrl on Wednesday, November 5th, 2008

I finally finished off the “Define Dancing” Processing artwork that I started a long time ago! :) The reason why I didn’t finish it back then was because the colours were messed up. I figured them out, and while playing with the colours, I created another program called Particle Finger Painting :d
Here’s the Define Dancing one…

::: [LIVE] ::: [CODE] :::

You can move your mouse around, and one particles will stay with it. All of the other particles are attracted to it, but some are stronger than the others. Plus, there’s forces between all of the particles too - some of them are negative, which results in “fireworks”-like collisions :D
Here’s the Particle Finger Painting one-

::: [LIVE] ::: [CODE] :::

I really like this one… it’s the same as the Define Dancing one, but the layering and transperency of the ellipses are different.

They both use the traer physics library for the particles. =)
Try the live ones out- they’re probably laggy since it’s in a browser. In that case, you should download Processing and try them out. It’s a good IDE to have anyway! :)

Posted in: Animation, Art, Programming, Projects.