Calculator written in rust, developed with OrbTk https://github.com/redox-os/orbtk.git.
- Redox OS
- Linux
- macOS
- Windows (wip)
- openBSD (not tested, but should work)
- Android (planned)
- iOS (planned)
- Ubuntu Touch (planned)
You can start the calculator by executing the following command:
cargo run --release
To start the calculator with the light theme execute following command:
cargo run --release --features light
Licensed under MIT license (LICENSE).