Concept:
In this sketch I mostly wanted to have as much fun as I wanted to with it. From getting the face structure the way I wanted to adding neutral toned colours that could be eye pleasing. Adding the change of colours was the final step of the whole process, which I thought was the most fun part.
//clothes fill(mouseY,193,117,135); rect(202,306,129,24); fill(mouseX,205,202,184); rect(163,282,10,23); rect(240,282,10,23); quad(158,292,245,293,265,319,138,319); //earring fill(mouseY,225,125,186); circle(156,228,5); circle(246,228,5); //bow fill(mouseX,227,34,80); circle(173,190,10); triangle(175,190,186,180,186,196); triangle(170,189,159,180,159,196);
A highlight of code that I’m particularly proud of:
I’m quite proud of how I put together the face and hair. I enjoy drawing and learing anatomy, so trying a different way to practice certain positions was a little challenging. However, I managed to place the shapes in the positions and areas I felt was right.
Embedded Sketch:
Reflection and ideas for future work or improvements:
Hopefully I would get to practice more on the rest of the body. Maybe work harder on trying to animate or move my sketches smoother. I also wished I worked on the size of the canvas and adjust it before starting.