Challenge: Bouncing-ball (processing)
We will implement an animation that will simulate a ball that is bouncing as shown in figure 4
Your program will be showing 3 stages or scenes that will be transitioned by a mouse right-click
Consider the concepts you saw in class and also the following that could be useful:
gravity, refresh-rate, object deformation, timing, real-time animation, curves drawing algorithms, color, texture, ...