Crates.io | ising_gui |
lib.rs | ising_gui |
version | 0.3.3 |
source | src |
created_at | 2023-06-29 19:12:26.883609 |
updated_at | 2023-06-29 20:01:56.896458 |
description | Live Ising simulation |
homepage | |
repository | https://codeberg.org/mo8it/ising-gui |
max_upload_size | |
id | 903591 |
size | 169,212 |
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.