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 – 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!