sign up
login
blog
about
feedback
new sketch
Login
Studio Sketchpad
-
Emerson College (Goldenberg)
Bard College (O'Hara)
GAFFTA (Chun)
Peddie School (Sawula)
CUNY / CityTech (Miller)
NYU / Tisch (Jones)
UCLA Design Media Arts (Reas)
RISD / D+M (Eric Forman)
Request a class studio...
X
Email
Password
Create an account
Move canvas
It looks like you're having connection troubles.
Reconnect now
.
05/11/2010 08:50:30
Version 70
Drag the slider to watch the evolution of this sketch. Each
marks a point when the authors rendered the canvas.
Untitled Sketch
Saved May 11, 2010
// Original sketch from
http://processingjs.org/learning/basic/random
size(
30
0,
3
00);
smooth();
strokeWeight(10);
for(int i = 0; i < width; i++) {
float x = random(0, width);
stroke(r
andom(50), random(255), random(255)
, 100);
line(i, 0, x, height);
}
Unless specified otherwise in the source code,
this work
, created by
is licensed under a
Creative Commons Attribution-Share Alike 3.0 License.
Authors
Color code
by editor
Modify
this version
Modded 6 times
Display
this version
Full-screen canvas
Syntax-highlighting
Share
this version
link to this revision
Tweet
Share on Facebook
embed in HTML...
Export
this version
Source code
HTML
(w/canvas)