A basic calculator GUI program made in Rust + Slint.
This is a (badly coded) simple calculator program. It allows for multiple operators with both mouse and keyboard inputs.
-
Install Rust by following its getting-started guide. Once this is done, you should have the
rustccompiler and thecargobuild system installed in yourPATH. -
Build with
cargo:cargo build -
Run the application binary:
cargo run