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
- Host: GitHub
- URL: https://github.com/tsmith023/rusty-pendulum
- Owner: tsmith023
- License: mit
- Created: 2023-02-23T16:45:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T11:20:14.000Z (over 3 years ago)
- Last Synced: 2025-04-01T11:44:01.393Z (about 1 year ago)
- Topics: double-pendulum-simulation, rungakutta, rust, wasm
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.