Make your sketches come alive and react to YOU.


🎯 Goals for This Session

By the end of this session, you will be able to:

This is where your code starts listening to you!


1. What Is Interactivity?

Interactivity = your sketch responds to what you do.

Examples:

In p5.js, interactivity happens because of built-in variables and functions such as:

✔ mouseX

Where your mouse is (left–right)