Project #1 Lost & Found

Description

It is a soft watermelon candy, and it looks like a watermelon slice. That candy is covered by a thin layer of icing sugar, and is packaged by a transparent plastic package.

Design Process

I also have memories of this kind of watermelon candies from my childhood. So it's easy for me to draw one by memory on the paper. However, using limited tools in P5js to draw like rounded polygon is hard and I didn't find a soluton. So I tried to do it alternatively by making the stroke rounded. Also I tried to figure out how to draw a both curve and lines in one shape(which is the watemelon with a curve bottom). At last I drew a quad and a arc to combine that shape.

BTW, it is really hard to draw those suger and package at the same time becuase they are both translucent😂.

Reflection

Thourghout the drawing/coding process. I revised what I've learned last week and tried utilizing all of them creatively. There are things I struggled to draw and I find the reference extremely helpful. Also I found it hard to remember those coding principles just learned without the reference. Hopefully I will be able to code without reference!