13 December 2010

Processing_getting started

Some Processing exercises done in September when I started to approach to this software.
They are very simple sketches, just for fun and to understand the grammar of javascript code. I'd to push forward my research with this software working trough some recursive script, agents and metaball. TBC...


Follow the circle //
A circle follows the mouse pointer and changes it size following the sin math formula. At the right side of the screen the circle draws a traces of the movement.


Bounce turbo //
A circle bounces fast into the canvas.

Matrix change color //
A matrix of circles that change colors following the mouse pointer.



Strange ellipse //
Curious effects from a code that draws a trace of the ellipse moved by mouse pointer. The ellipse changes color from white to black if mouse is pressed.


Continuous mode//
An ellipse moving from x=0 to x= widt canvas in a continous mode scaling itself trough a sin math formula.

Spot class//
Generation of rectangles that change position, dimension and color.

Point attractor//
A simulation of a point attractor into a matrix of circles.

Some codes posted are modified from original codes of Supermanouvre blog or from the official site Proccesing.org.

0 commenti: