Cube Mouse Interactive
The goal of this project was to familiarize myself with the interactive capabilities of the Processing programming language in the form of the p5.js library.

First, I used the map function to measure the mouse location in the canvas, separately for the x and the y positions, and then stored their values in two variables called yRotate and xRotate.
Next, for each variable, I used the Rotate function to create the rotation effect.