Files
double-pendulum/README.md
T
Philippe Zwietering 855d67b1fa
gitea/double-pendulum/pipeline/head This commit looks good
docs: Correctie op readme
2026-09-08 15:50:47 +02:00

509 B

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