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
Just a quick two-eye version from an old sketch.
Press any key to exchange left-right images.
Just a quick test/example for my KeyTouchpad class
( http://www.openprocessing.org/visuals/?visualID=6265 ).
Press some keys to drive.
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
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.
Give some time the sketch to go dark.
It was nearly impossible to choose from the infinite possibilities.
Animation plays once, wait a little if nothing happens.
Click into the big white are, and use your mouse to draw rotating shapes.
If you made something nice, make a screenshot.
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)
A not too good labyrinth generator, and a brownian Ariadne with her thread.
Updated version here:
http://www.openprocessing.org/visuals/?visualID=4278
Type slowly. If doesn't work, click into the sketch.
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
Just ate something :)
Click in the black area.
Click the squares until enough square is white to move to next level.
If it does nothing, reload the page until it works.
Ryan Alexander's sketch, modified a bit, fav him, not me :)
http://www.openprocessing.org/visuals/?visualID=3475
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();
}
You can rotate with mouse.
Animation plays only once.
Steer with the mouse!
Now with motion blur, and slowed down a bit.
Modified version of Blur&Posterize by Jerome Saint-Clair:
http://www.openprocessing.org/visuals/?visualID=3438
Yes, it has a name:
http://en.wikipedia.org/wiki/Asemic_writing
Thank you Ken Perlin for the noise function!
199 chars
Little trick: you don't have to create setup{size()}, but you can specify size in the applet settings
I hope you like it :)
(safari only)
Don't say anything :)
Use Left, Right to set direction
Space to slow down.
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?
Continouosly transforming an image with horizontal and vertical bubble sort-like operations.
Press mouse to restart.
Halftone function in action!
... 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
Dr. Goulu's galaxy, with some effects to look nicer
http://www.openprocessing.org/visuals/?visualID=699
The controls are the same as there.
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 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).