Processing JS Demos

Sketch made by loading .svg files and restyling them through Processing code.

Sketch with mouse pressed function. If you click and hold down your mouse the black circles will change to purple squares until you release your mouse again.

The end of the first line will follow your mouse. Line changes from purple to white when mouse is pressed.

Pointillizing colors drawn from the random pixels of an image.

Circles appear wherever the mouse is dragged, dependent on it's speed, while travelling across the canvas. If the mouse is pressed the circles will lose their fill.

Sketch made by loading .svg files and restyling them through Processing code.