This is a fully self-contained example project for samarium, a 2-D physics simulation engine written in modern C++
In a new directory, run:
git clone --depth 1 https://github.com/strangeQuark1041/samarium_example.git . # Get code
cmake --preset=default # Configure CMake
cmake --build --preset=default # Compile example
./build/bin/example # Run example
For more details see the library and the docs