100x100 Computational Design Challenge

Throughout 2020 I created 100 computational designs in 100 days as a way to learn creative coding and explore generative art

Day 40 - Temples III

temples3-14.png

The last in my Temples series from the past few days. What I love about this collection of sketches, aside from their obvious yonic themes, is that the code is SO SIMPLE. Perhaps some one of the most straightforward programs I’ve written. I stumbled upon it rather than starting with any sort of pseudocode but, if I were to write it now, it would be as simple as:

  • Draw an ellipses starting at the top of the canvas

  • Draw another ellipse starting just beneath where the previous ellipse started and vary the shape slightly based on x parameters

  • Vary the colour of each ellipse slightly

  • Continue drawing ellipses down the canvas until you reach the bottom


Drawings:


Chelsea Watson