A full canvas of flowers. I was inspired by Yayoi Kusama and Takashi Murakami's works (see Figure 1). I wanted to create a canvas that is full of random colored flowers.
Figure 1
Challenges & Questions:
At first, I wanted to use translate and rotate to create the flower. The flower looked a lot better than the flower that was drawn using multiple ellipses. However, when I put it into the nested loop, there are only a few flowers showed and they are very scattered on the canvas. Also, after adding in the code, it messed up the white ellipses in the else{}. I'm not sure why that happened. (see Figure 2)
Figure 3
Improvement:
I will keep working on it to add more elements to the flowers. For example, I want to add a face to the flowers. Also, adding the interaction elements to make the flowers float will be cool as well.
Comments