From 0630e77b17b2203ef6ae5ba5d9ee1a5c432efb3f Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Sat, 5 Sep 2026 18:38:27 +0200 Subject: [PATCH] docs: Readme uitgebreid --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3d38c5..631a82d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,30 @@ # double-pendulum -Double Pendulum chaotic sim in rust + webassembly \ No newline at end of file + + +- [double-pendulum](#double-pendulum) + - [Prereqs](#prereqs) + - [Build](#build) + + + +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 +python -m http.server 8080 +```