Calcurus is a simple calculator written in Rust using the macroquad framework. It features a graphical user interface (GUI) for a more user-friendly experience.
- Basic arithmetic operations (addition, subtraction, multiplication, division) with integers and decimals
- Graphical user interface (GUI)
-
Prerequisites:
- Ensure you have Rust installed. If not, follow the official installation guide for your platform: Rust Installation Guide.
-
Clone the Repository:
git clone https://github.com/your-username/calcurus.git cd calcurus
-
Build the Project:
cargo build --release
-
Run the Executable:
- After building successfully, you’ll find the release executable in the target/release directory. Run it from the project root:
./target/release/calcurus
- Contributions are welcome! If you’d like to contribute to Calcurus, follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/my-feature.
-
Make your changes and commit them:
git commit -m "Add feature XYZ".
-
Push to your forked repository:
git push origin feature/my-feature.
-
Open a pull request on GitHub.
- Calcurus is licensed under the Apache License 2.0. See the LICENSE file for details.