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

31 lines
509 B
Markdown

# double-pendulum
<!--toc:start-->
- [double-pendulum](#double-pendulum)
- [Prereqs](#prereqs)
- [Build](#build)
<!--toc:end-->
Double Pendulum chaotic sim in rust + webassembly (WIP)
## Prereqs
- Rust toolchain (`rustup`, `cargo`, `rustc`)
- Install [`wasm-pack`](https://github.com/wasm-bindgen/wasm-pack)
## Build
Package can be built using:
```bash
wasm-pack build --target web
```
Result can be viewed by hosting the directory, e.g. using:
```bash
cd pkg && python -m http.server 8080
```