https://editor.p5js.org/hz2504/sketches/bTeZEN_MZ
The drawing is a picture of my spare earbuds in the case and the USB disks that are placed around it.
The project is a challenging one to me at least, because I am not a skillful coder, not even beginner level, so every step of the sketch requires me to check on the reference site for the P5.js coding. For the most part of my coding, I have used the vertex function to create the shape that is on my picture, because the shape and figures from my picture aren’t placed perfectly upright, so it is hard for me to use other functions to recreate these shapes since I could detailly test the find the right spot that mimics out the angle which my items are tilted. Ignoring the easiest circle and rectangle part of the drawing, the only thing that is mentionable in this part of the drawing is the placement of all the items that I tried back and forth to find the correct spot. Moving on to the next portion, which is the background coloring. What is mentionable during this portion is that because I have to spend a long time on it but I still couldn’t find the right RGB number mix to recreate my color, I have to go online and search for a picture color picker, and in the end, I have finally got a similar color. Although it is still pretty far from calling it perfect, it is at least similar to the eyes.
Here is the RBG number that I have used in the end.
background(245,190,80);
Video: