Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 956 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 956 Bytes

Algorithmic Aesthetics recoding project

Based on Computer Composition With Lines by A. Michael Noll.

Pseudo-code

  • For coordinate points inside the circle at the top left do

    • For coordinate points inside the superimposed circle parabola do
      • Draw a rectangle of randomly chosen size in a small interval and randomly chosen orientation between vertical and horizontal , except for side rectangles which must be vertical
      • Move to the next position
    • Draw a rectangle of randomly chosen size in a bigger interval and randomly chosen orientation between vertical and horizontal
    • Move to the next position
  • Repeat these instructions for the next 3 circles, while gradually increasing intervals (or using other strategies such as Gaussian distribution)

Link to the recoded artwork

https://zelkins10.github.io/Computer-artwork-recoding/