2026-09-05 15:22:05 +02:00
2026-09-08 16:03:59 +02:00
2026-09-05 15:12:51 +02:00
2026-09-08 15:50:47 +02:00

double-pendulum

Double Pendulum chaotic sim in rust + webassembly (WIP)

Prereqs

  • Rust toolchain (rustup, cargo, rustc)
  • Install wasm-pack

Build

Package can be built using:

wasm-pack build --target web

Result can be viewed by hosting the directory, e.g. using:

cd pkg && python -m http.server 8080
S
Description
Double Pendulum chaotic sim in rust + webassembly
https://zwietering.eu/projects/double-pendulum/doc/double_pendulum_wasm
Readme GPL-3.0
72 KiB
Languages
Rust 74.8%
HTML 25.2%