Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 179 Bytes

File metadata and controls

7 lines (6 loc) · 179 Bytes

Verlet

Verlet Physics Ball Simulator written in C++ with SFML.

To compile and run:

g++ main.cpp -o main -l sfml-graphics -l sfml-window -l sfml-system && ./main