This is a simple simulator for a system of bodies with circular shape. It is written in Java and uses the Swing library for the GUI.
To build the project clone the repository and run the following command in the root directory:
$ ./gradlew buildTo run the simulator execute the following command in the root directory:
$ ./gradlew run- Use numbers
1-6to select to switch extensions on and off. - Use
sto set a few bodies. - Use
rorRto set few bodies. - Use
ato add a random velocity to all bodies. - Use
mto toggle collision mesh visualization. - Use
tto toggle trails. - Use
cto clear trails and collision mesh.



