# Ising GUI ![](images/screenshot_0.png) ## Installation If you don't have Rust installed, follow the [official instructions to install Rust](https://www.rust-lang.org/tools/install) (with `cargo`). Run `cargo install ising_gui` to compile and install the binary `ising_gui`. ## Library The GUI relies on the library [`ising`](https://crates.io/crates/ising) which contains the logic for the simulation and algorithms and can be used independently of the GUI. ## Credits The GUI is inspired by [ising.js](https://github.com/mattbierbaum/ising.js).