
Mysterious random images generated in Processing (a programming language)
}
float sw = pow(random(1.0), 12);
smooth();
strokeWeight(sw * 260);
float x1 = random(-200, -100);
float x2 = random(width+100, width+200);
float y1 = random(-100, height+100);
float y2 = random(-100, height+100);
ellipse(x1, y1, x2, y2);
triangle(x1, y1, x2, y2, x1*2, y1*2);
quad(x1, y1, x2, y2, x1*2, y1*2, x1, y1);
}
Details
- Publication Date
- Aug 1, 2007
- Language
- English
- Category
- Art & Photography
- Copyright
- All Rights Reserved - Standard Copyright License
- Contributors
- By (author): Eleanor Dare
Specifications
- Pages
- 399
- Binding
- Paperback
- Interior Color
- Black & White
- Dimensions
- Pocket Book (4.25 x 6.875 in / 108 x 175 mm)