The first painting is to represent the floating ocean with gradient fill. Inspired by some Chinese traditional patterns, especially the fish scale pattern which symbolizes the luck and the worship towards the water, I turned it into waves in the sea.
The second painting is a more transparent version because the strokes are clear. This is really by accident. However, I found the math beauty in it. As you can see the circles just apply to each other in a neat way, it displays a geometry mode.
While I was designing the code, I found one part really tricky. Just imagine, when you are trying to apply a layer of patterns onto the other, you have to let the latter layer drew first. What I had been mistaken was the step of drawing different layers, that took me a long time to revise my code……
So the left one is correct but the right one is wrong.
The reflection on this progress is using ‘for’ loop to save time and how to get the sequence of those layers correct. Hope I will do better on next project!
Leave a Reply