Skip to content

Double pendulum simulation in Rust Programming language

Notifications You must be signed in to change notification settings

elsuizo/double-pendulum-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

Double pendulum simulation in Rust Programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages