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
.
06/20/2010 09:12:36
Version 83
Drag the slider to watch the evolution of this sketch. Each
marks a point when the authors rendered the canvas.
Untitled Sketch
Saved June 20, 2010
// Original sketch from
http://processingjs.org/learning/basic/random
size(
30
0,
3
00);
smooth();
strokeWeight(1
2
);
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)