|  Project 02
Face Generator

Design Process

I started by doing a freehand sketch on the grid template using my tablet. I drew two “unamused face” emojis on different scales.

I started with the face while coding. I created a variable to represent the width of the face and I used it to set most other parameters, including stroke weight, since I don’t want to stretch the face. When I draw the eyes, I found them hard to locate. So I moved the coordinate origin to the center of the face.

Reflection

I discovered that scaling is hard to do though it seems pretty easy because you have to do precision calculation.

Credits

This project is created by Yiqing Zhou.