Making a character using p5
To improve my understanding in learning to basics, the very fundamentals of programming using p5 libraries, we were tasked with creating basic characters using code, with some experimentation if feeling comfortable or adventurous with coding in JavaScript. Designing a character At first I had no idea of what to create, an ideal idea was to make a fox, using ellipses and triangles, but creating a triangle was a bit of a hassle; it required coordinating each point of the triangle, which confused me... I then drew a character on paper, this was so I had a rough idea of what I was going for in terms of appearance. Its pretty hard to make-out what it is, but it was meant to resemble a reindeer, a poorly drawn reindeer. I was going to pursue to whole "fox" idea, but I decided to go with something festive, and a reindeer was perfect! Creating the character! Creating the reindeer was simple; all I had to do is use several ellipses, lines, and arches. It still took ...