NOC W2 - Vector

Final Version: https://editor.p5js.org/WangZhewei1027/sketches/WUoAulwBl

Version 1: https://editor.p5js.org/WangZhewei1027/sketches/k0AgkuD-d

The first version of the program is focused on how to make a real physical system. Using the in-built function vector, controlling the position, velocity, and acceleration of each ball, a physical system can be realized.

Version 2: https://editor.p5js.org/WangZhewei1027/sketches/XQMDYlgGJ

Improved the interactive part. Users can launch shooting stars at the mouse position, with a random initial velocity and angle.

Version 3: https://editor.p5js.org/WangZhewei1027/sketches/WUoAulwBl

Adjust the color and add the lifespan of particles. After sometime particles will slowly fade out.

https://drive.google.com/file/d/1ARIqUESwahsIfPr8Y0mQ3lOiuzoFdyYN/view?usp=sharing

What I learned:

Use Vector() to simulate the process of acceleration → velocity → position