San Francisco - Interactive Drawing
Prompt:
Using processing's built-in shape functions, create an interactive scene. Must make use of mouseX and mouseY functions, but may not contain any scripting logic (if statements, variables, loops, etc).
Project Type: interactive toy
Collaborators: solo
Date: September 2016
Scope: 2 weeks
This was the first project I ever coded! I decided to take advantage of parallax to create a more lively city scene. Each object moved by a different factor of mouseX-- closer objects moved faster, and further objects moved slower. I also derived a formula to calculate the change of RGB colour, depending on mouseY and specific fine-tuned values.
Download here, or play the uploaded file on Sheridan.
Process: