Lost & Found
Description
Sketch of Bicycle created by Yash Goyal based of description given by Hong Hua
Given Description:It is a blue hard tail mountain bike. The color is azure, with a big white logo on its frame. The fork is customized into hard fork, it is black with a little red pattern on it. The seat is always set to be very high because I would like my riding position to look cool.
Reflection
The process of creating this bike sketch ended up being more challenging `& tedious than I intially thought. Understanding Hong's description and envisioning the bike was easy despite the brevity in Hong's description. Since I had both brand and type of bike details I roughly knew what kind of frame shape and rough proportions. Coding the sketch become a tedious process due to the many parts of the bike. I intially started with creating reference varibles to save time and to hard code the least amount of arguements. However, due to the many different primatives that had to build on each other, this proved unfesible as most points couldn't be used more than once. The process resulted in me doing many quick calcultions to understand points on the plain. In a scenerio with more moving parts, I would have changed how I was thinking about the system at play. The code did result in the object becoming much more simplfied, as I was limited in my ability to create complex visuals withen the system. The sketch still created a bicycle but the image in mind is much more complex and nuanced that what I could create in p5.js alone.