Revised version of Assignment#5 (Mango Lookbook slide show)
- Linear Motion for the viewer to discover one picture after the other.
- could have done a Random Motion apparition of pictures. But I preferred the Circular Motion after trying the other for a while. I thought the "viewing experience" was smoother and enjoyable.
(Also added a clickable logo)
Psycho Girlfriend ('the ellipse') strikes again! Unlucky guy ('the square') desperately tries to run away. Click on the ellipse to give the square a chance to succeed.
Select a crop of El Lissitzky's Proun, Street Decoration Design and draw it within Processing as a 640 x 360 pixel program. First select an interesting/ambitious crop, then draw it on graph paper and/or load it into a program such as Photoshop or Illustrator to read the color and coordinate data. Use integer values for coordinates and only use the following functions for geometry: line(), triangle(), quad(), rect(), ellipse(), arc(), and beginShape(), endShape(), vertex(). The goal for this workshop is to translate the image into code.