Skip to content

A simple 2D Ising simulation written in Rust and rendered in JS, powered by WASM.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

FeneralGeldmarschall/ising.wasm

Repository files navigation

About

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.

Usage

  1. Build with wasm-pack build

  2. Change to www directory

  3. Install npm dependencies with npm install

  4. Run local server with npm run start

  5. Access via browser on localhost:8080

Or use Docker!

Just run docker-compose up and then access via browser on localhost:8080

About

A simple 2D Ising simulation written in Rust and rendered in JS, powered by WASM.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks