Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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