browse OpenProcessing

Drawing
Explode
Fractal Tree
browse all>

browse the portfolio of BlueThen

Vortex
Straggle
Orb
Fluid
see more>
Explode

Explode

uploaded by
BlueThen
Another animation. This is my first Processing script, but second released on OpenProcessing. I've commented the code as much as possible, and revised before releasing.

Press any key to restart.

Feedback would be nice.

Updates:
November 6, 2009 - optimizing
December 1, 2009 - removed some unnecessary calculations; converted all the angles to radians, lowered particle count a tad
December 2, 2009 - did some more optimizing, converted the coordinates datatypes to PVector from float
Embed Code
Fave'd by 2 users
Sketch added to your favorites in your portfolio.
You must login/register to add this sketch to your favorites.

comments

source code

Comments

Claudio Gonzales
03 Nov 2009, 19:55
Very cool, but try making the particles semi-transparent so that you can tell when large amounts of them group together; this with other coloring algorithms would improve this already intriguing sketch. If you want some ideas for what I've just advised, check out some of my particle-based work (I'd suggest making them brighter or more tangible when they are more or less active). Particles are great fun, no?
BlueThen
04 Nov 2009, 13:40
Yes, I love particles. I'll probably experiment with the code a bit more later on.
BlueThen
05 Nov 2009, 10:40
Re-uploaded; I had a typo in the one of the comments which had to do with one of the essential formulas.
BlueThen
01 Dec 2009, 17:28
Updated, yet again. Converted all the angles to radians, to get rid of some unnecessary calculation.
You need to login/register to comment.