This is a quick demo of using SFML and Box2D in a single project. It drops a ball so realistically you think it is a real video.
To "push" the ball click with the left mouse button.
The right mouse button sets the ball position under the cursor.
CMake is required. Create a build
directory and run cmake ..
from there. Then run cmake --build .
to build the project.