double-pendulum-sim icon indicating copy to clipboard operation
double-pendulum-sim copied to clipboard

Double pendulum simulation in Rust Programming language

Double pendulum simulation in Rust programming Language

Dependencies

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

https://www.rust-lang.org/

Running the simulation

cargo run --release

TODO

  • [X] Implement Runge Kutta integrator
  • [ ] Live change parameters(mass, links lengths, ...etc)