If you don't have Rust installed, follow the official instructions to install Rust (with cargo
).
Run cargo install ising_gui
to compile and install the binary ising_gui
.
The GUI relies on the library ising
which contains the logic for the simulation and algorithms and can be used independently of the GUI.
The GUI is inspired by ising.js.