Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 454 Bytes

SFML Gravity Simulator

About

Small project to learn how to use SFML. Simulate particules collision and use continuous collision. Some bugs (crashes) are still not fixed in this version.

Install dependencies

cmake -S . -B build

Build and run

cmake --build .\build

Debug

  • cmake -S . -B build-debug -DCMAKE_BUILD_TYPE=Debug
  • cmake --build build-debug
  • gdb build-debug/simple_example

Help

PDF