This is a free and opensource 2D physics simulation made by me just for testing purposes only.
You can download the executable for GNU/Linux and Windows from the GitHub Releases page.
Open a Terminal and run ./2D-Ball-Physics
in the directory where you have kept it.
Make sure your graphics drivers are up to date. (You need atleast OpenGL 4.6 to be able to run it)
Download and install the glfw3.dll file from the releases page.
Double click the exe to run it.
(I dont have a windows system so cant confirm if it works)
This project uses make, and you are required to have it installed. Also you will need the following build dependencies:
libgl1-mesa-dev
libglfw3-dev
libglm-dev
To build the project:
make build
To run the project:
make run