Link: https://docs.google.com/presentation/d/1Jh7WYzOGr74-i0eyi8V9VMmabA9GUzPJz9_ebX5qoRw/edit#slide=id.p
NOC – Week 4: Force – Yiqin Qiu
Link: https://github.com/z71258847/NOC2019SPRING/tree/master/assignment4
Description:
I implemented a class called Env that records rectangle shape environments. Three kinds of environments with different resistance coefficient are created, colored red, green, and blue.
Gravity and frictions are applied to objects. Press the mouse to apply wind on the objects.
NOC: Inspirations – Yiqin Qiu
Presentation Slides Link:
https://docs.google.com/presentation/d/1gpk1M4XqWYu3mw4UXIojqoc6_I6-tDcz5R4FD-gpf4s/edit#slide=id.g528c8067a3_0_251
NOC – Week 3: Vector – Yiqin Qiu
Description:
Link: https://github.com/z71258847/NOC2019SPRING/tree/master/assignment3
Modified last week’s assignment using p5.Vector and its functions.
Added a function applyForce() to apply force to all objects according to the mouse position.
NOC – Week 2: Random Objects – Yiqin Qiu
Description:
Link: https://github.com/z71258847/NOC2019SPRING/tree/master/assignment2
Press left mouse button to generate objects including triangles, circles, and squares.
They will be generated at the mouse position while their color and speed are randomly chosen. Also, they all self-rotates. When they hit the boundaries, they will bounce back.
You can use your mouse wheel to control the speed of the objects as if you can control the time!