The goal of this project was to implement a basic physics systems involving point masses (represented by nodes) joined with springs. Spring force, gravity, and spring dampening are taken into account in these physics calculations. An external force can also be applied using the mouse by dragging a non-locked node.
Since this is a Qt Creator Project, QT Creator IDE should be installed. Once the projected is locally cloned or the source files downloaded, the project can be open using the A3.pro
file which represents the Qt Project.
The project started with a given starter code, and the work done can be seen in this PR.