https://github.com/devlopersabbir/profit-calculator
Rust, with slint
https://github.com/devlopersabbir/profit-calculator
Last synced: over 1 year ago
JSON representation
Rust, with slint
- Host: GitHub
- URL: https://github.com/devlopersabbir/profit-calculator
- Owner: devlopersabbir
- License: mit
- Created: 2024-01-11T19:19:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T08:24:25.000Z (over 2 years ago)
- Last Synced: 2025-01-04T14:27:55.501Z (over 1 year ago)
- Language: Rust
- Size: 2.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Profit Calculator for **Multi Platform**
### Preview of Calculator
| Lanchpad | Spotlight | Output |
| -------------------------------- | --------------------------------- | ------------------------------ |
|  |  |  |
## Usage
1. Install Rust by following the [Rust Getting Started Guide](https://www.rust-lang.org/learn/get-started).
Once this is done, you should have the `rustc` compiler and the `cargo` build system installed in your path.
2. Install [`cargo-generate`](https://github.com/cargo-generate/cargo-generate)
```bash
cargo install cargo-generate
```
3. Clone this repository and open with your code editor/IDE
```bash
git clone http://github.com/devlopersabbir/profit-calculator
cd profit-calculator
```
> Make your changes or review my code 😅
4. Build with cargo
```bash
cargo build
```
5. Run the application binary
```bash
cargo run
```
Recommend using an IDE for development, along with our [LSP-based IDE integration for `.slint` files](https://github.com/slint-ui/slint/blob/master/tools/lsp/README.md). You can also load this project directly in [Visual Studio Code](https://code.visualstudio.com) and install our [Slint extension](https://marketplace.visualstudio.com/items?itemName=Slint.slint).