2-2 Algorithm
This shape was produced with one of the algorithms I created - in fact the most successful one. While playing with the photo of the result later in gimp, the pencil drawing changed colors in a way I enjoyed. The algorithm is based on a 6 x 10 grid on the paper, with rows and columns labelled 0..5 and 0..9. This works well on a paper with about golden ratio of dimensions. You also need a digital clock with seconds displayed. The steps: WHILE there are empty fields in the grid: 1. Look at the clock 2. Find the row and column matching the seconds displayed (e.g. :43 -> row 4 column 3) 3. IF empty(field) && empty(adjacent_fields): 3a. Look around. Locate the first pattern, surface, shape your eyes find and draw it into the field, with little detail. ELSE IF empty(field) && NOT empty(adjacent_fields) 3b. Draw a shape connecting the flow, color, texture of filled adjacent fields in a way that seems a natural continuation to you. ELSE 3c. Move to the next field in the order of time's flow that is empty and perform 3b. LOOP
Viewing media 1 to 2 (of 2 medias)










