Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skippyr/temperature-converter
A simple temperature converter. Also, my first graphical app made using Rust.
https://github.com/skippyr/temperature-converter
desktop gui linux macos rust
Last synced: 12 days ago
JSON representation
A simple temperature converter. Also, my first graphical app made using Rust.
- Host: GitHub
- URL: https://github.com/skippyr/temperature-converter
- Owner: skippyr
- License: bsd-3-clause
- Created: 2025-01-04T23:26:26.000Z (16 days ago)
- Default Branch: master
- Last Pushed: 2025-01-06T00:36:13.000Z (15 days ago)
- Last Synced: 2025-01-06T01:18:31.031Z (15 days ago)
- Topics: desktop, gui, linux, macos, rust
- Language: Rust
- Homepage:
- Size: 637 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
≥v≥v Temperature Converter ≥v≥v
## ❡ About
A simple temperature converter. Also, my first graphical app made using Rust.
Caption: a preview of the app.
## ❡ Install
### Dependencies
The following dependencies must be installed before it:
- [**Rust Toolchain**](https://www.rust-lang.org): it will be used to build the project.
- **Git**: it will be used to clone this repository.> [!TIP]
> Use your OS package manager or [HomeBrew](https://brew.sh) to install these packages.### Procedures
- Clone this repository using `git`:
```zsh
git clone --depth 1 https://github.com/skippyr/temperature-converter;
```- Access its directory using `cd`:
```zsh
cd temperature-converter;
```- Build the app using `cargo`.
```zsh
cargo b -r;
```- Run the app.
```zsh
target/release/temperature-converter;
```- If you want, add it to your `PATH` environment variable for easy access.
## ❡ Help
If you need help related to this project, open a new issue in its [issues pages](https://github.com/skippyr/temperature-converter/issues) or send me an [e-mail](mailto:[email protected]) describing what is going on.
## ❡ Contributing
This project is open to review and possibly accept contributions in the form of bug reports and suggestions. If you are interested, send your contribution to its [pull requests page](https://github.com/skippyr/temperature-converter/pulls) or to my [e-mail](mailto:[email protected]).
## ❡ License
This is free software licensed under the BSD-3-Clause License that comes WITH NO WARRANTY. Refer to the LICENSE file that comes in its source code for license and copyright details.
≥v≥v Here Be Dragons! ≥v≥
Made with love by skippyr <3