the processing portfolio of
dotlassie

member since October 17, 2008
3D Movie

3D Movie

HD movie: http://www.vimeo.com/10496304 vertical mouse: particle speed horizontal mouse: projector position left,right: particle size up,down: framerate reset particle positions: 1 - random 2 - screen 3 - cube 4 - sphere 5 - smoke (default) show/hide: s - screen - why is it so distorted in P3D/noSmooth? p - projector g - glow q - smoothing space - pause If you know a better fake turbulence method, please tell me :) movie: http://www.archive.org/details/superman_electric_earthquake thanks to the pogg library: http://www.fotosdelpais.com/octavi/pogg/doku.php

3D Parallel/Cross eye test

3D Parallel/Cross eye test

Just a quick two-eye version from an old sketch. Press any key to exchange left-right images.
Driving with keyboard

Driving with keyboard

Just a quick test/example for my KeyTouchpad class ( http://www.openprocessing.org/visuals/?visualID=6265 ). Press some keys to drive.
Touchpad for every keyboard!

Touchpad for every keyboard!

Press some keys or get some rounded enough plastic object to draw (on your disposable keyboard) Take photos of people watching you :) PGUp/PGDown: changes fade speed Up/Down: change elasticity Delete: clears drawing Home: saves image (offline) End: debug (offline) Other example for KeyTouchpad class: http://www.openprocessing.org/visuals/?visualID=6274
Superfast Blur

Superfast Blur

Can you make it faster or make the results less ugly? Press a key to toggle between filter(BLUR,1) function and my blur function, move the mouse to draw.
Dream Factory

Dream Factory

Give some time the sketch to go dark. It was nearly impossible to choose from the infinite possibilities.
Bloodstain

Bloodstain

Animation plays once, wait a little if nothing happens.
Carousel

Carousel

Click into the big white are, and use your mouse to draw rotating shapes. If you made something nice, make a screenshot.
Labyrinth II + Coloriadne

Labyrinth II + Coloriadne

New version, with ever-changing color and a more maze like maze. Reload if it stays in one place. Strange thing: open two browser windows with this sketch, and they stop immediately with some black junk, how can it happen? (tested on mac firefox+safari)
Labyrinth + solver

Labyrinth + solver

A not too good labyrinth generator, and a brownian Ariadne with her thread. Updated version here: http://www.openprocessing.org/visuals/?visualID=4278
Phaistos Disc

Phaistos Disc

Type slowly. If doesn't work, click into the sketch.
Close your eyes

Close your eyes

Wait until the image starts looking like the icon on the left. Strange things happen if you draw something and modify the pixels[] array the same time in a loadPixels-updatePixels block. If you want to edit it, first add size(256,256), else it won't like you. I hope Milka won't sue me :) Vimeo HD edition: http://www.vimeo.com/6278863
Eaty

Eaty

Just ate something :) Click in the black area.
Xor Game

Xor Game

Click the squares until enough square is white to move to next level. If it does nothing, reload the page until it works.
Smoke

Smoke

Noise function again.
the_flow, 3D mutation

the_flow, 3D mutation

Ryan Alexander's sketch, modified a bit, fav him, not me :) http://www.openprocessing.org/visuals/?visualID=3475
HexEdit

HexEdit

Thank you Jim :)
Shortest tree generator?

Shortest tree generator?

Can you make it shorter? float i; void setup(){size(800,500);} void draw(){   if(i < 1)translate(400,400);   strokeWeight(9-i);   line(0,0,0,-70);   if(i > 8)return;   pushMatrix();     translate(0,-70);     scale(random(1));     rotate(1/++i);draw();     rotate(-2/i);draw();i--;   popMatrix(); }
Rotating sculpture

Rotating sculpture

You can rotate with mouse.
Bokeh

Bokeh

Animation plays only once.
Driving through Iceland

Driving through Iceland

Steer with the mouse! Now with motion blur, and slowed down a bit.
Warp speed

Warp speed

Modified version of Blur&Posterize by Jerome Saint-Clair: http://www.openprocessing.org/visuals/?visualID=3438
Asemic writing

Asemic writing

Yes, it has a name: http://en.wikipedia.org/wiki/Asemic_writing Thank you Ken Perlin for the noise function!
Color hair

Color hair

199 chars Little trick: you don't have to create setup{size()}, but you can specify size in the applet settings
Surprise 200!

Surprise 200!

I hope you like it :) (safari only)
Garfield starfield

Garfield starfield

Don't say anything :) Use Left, Right to set direction Space to slow down.
Polywater

Polywater

A failed attempt to create 1-dimensional water from http://openprocessing.org/visuals/?visualID=668. Click the mouse to sink the RMS Failboat. Explanation, anyone?
Zombie Death

Zombie Death

Continouosly transforming an image with horizontal and vertical bubble sort-like operations. Press mouse to restart.
Blur Morph Transition in Chocolate Coating

Blur Morph Transition in Chocolate
Coating

Fades images with blur and threshold operations. Move mouse horizontally to change maximum blur radius. The quick and smooth (double box) blur function is from here: http://incubator.quasimondo.com/processing/superfast_blur.php HD version on Vimeo, golden edition: http://www.vimeo.com/3628169
Poisonous inks

Poisonous inks

Halftone function in action!
Galactic Christmas

Galactic Christmas

... but wait! There is more to Dr. Goulu's galaxy! http://www.openprocessing.org/visuals/?visualID=699 The controls are the same as there. V1.1 Overkill of the overkill edition
Spiral Galaxy mutation

Spiral Galaxy mutation

Dr. Goulu's galaxy, with some effects to look nicer http://www.openprocessing.org/visuals/?visualID=699 The controls are the same as there.
Glass Spirals

Glass Spirals

Move the mouse to make some breeze. Click the mouse to shuffle the ornaments. If you know how is this thing called "officially", please write a comment. I was unable to find anything on the net about it.
Autumn leaves

Autumn leaves

Autumn leaves swirling in the dark Use arrow keys to move forward, backward, left, right Use , and . keys to move up and down Much faster with OpenGL (using P3D in the browser).