Objective: Create a simple generator that produces different variations of the same design.
In parameterized design, you guide the process like a conductor leading an orchestra. Instead of drawing each detail step by step, you use code to define rules that generate many unique variations automatically.
For this assignment, I created a face generator that dynamically adjusts features based on mouse movement. The eye size, mouth width, and face shape change as you move the cursor. The design also reacts to the angle and direction of movement, making the experience more interactive and engaging.
This project taught me the power of parameterized design and how interactivity enhances engagement. Using the map() function, I built a responsive face design that reacts in real-time, making it both fun and educational.