You need the wonderfull sfml: (https://www.sfml-dev.org/) library installed in your system
in Archlinux simply:
sudo pacman -S sfml csfml
and the Rust programming language compiler and package mannager (cargo) installed in your system
cargo run --release
- Implement Runge Kutta integrator
- Live change parameters(mass, links lengths, ...etc)