Day 40 - Temples III
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