Face Generator

Description

Face Generator by Yash Goyal

Face is based on a rectanagles and a blocky structure. When you click your mouse, the face will either scale up or down, while randomizing the color.

Reflection & Design Process

I started by using rectangles to design my system before implementing a face. I ended up liking the blocky look and started fine tuning that design into a face. I started implementing random color to give each transformation a greater visual change. I discovered that even though I have a large amount of varibles the system itself was easy to design due to the use of rectangles. Every value only need to be multipled by scale, there wasn't oddness trying with curves and other functions that require much more specfic parameters.