A simple calculator written in rust, using egui.
There are three ways you can see the app in action:
- Using github pages
- Downloading an executable for your system from the releases.
- Running locally by:
- Cloning the repository.
- Ensuring you have rust installed.
- Navigating to your local copy of the repository and executing
cargo run --release