An open API service indexing awesome lists of open source software.

https://github.com/tsmith023/rusty-pendulum

A WASM-packaged Rust binary for solving the double pendulum using RK4
https://github.com/tsmith023/rusty-pendulum

double-pendulum-simulation rungakutta rust wasm

Last synced: 2 months ago
JSON representation

A WASM-packaged Rust binary for solving the double pendulum using RK4

Awesome Lists containing this project

README

          

# rusty-pendulum

This is a simple pendulum simulation written in Rust making use of the Runga-Kutta 4th order method
to solve the first-order differential equation efficiently.

Currently, only the Double Pendulum is implemented. However, the Single Pendulum and Coupled Pendulum are planned to be implemented in the future.