A 2D Ising Simulation written in Rust and rendered in JS. Combined through the power of Webassembly.
Rendering part is heavily inspired by mattbierbaum's ising.js
Click here for live demo.
-
Build with
wasm-pack build
-
Change to
www
directory -
Install npm dependencies with
npm install
-
Run local server with
npm run start
-
Access via browser on
localhost:8080
Just run docker-compose up
and then access via browser on localhost:8080