Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Mnpn/Spectrl

Get an amount of colours that fit together nicely.
https://github.com/Mnpn/Spectrl

colour colours gtk gtk-rs mnpn rust

Last synced: about 2 months ago
JSON representation

Get an amount of colours that fit together nicely.

Awesome Lists containing this project

README

        

# Spectrl
Spectrl lets you choose an amount of randomised colours that fit well together. Spectrl is made in [Rust](https://www.rust-lang.org/).

![](https://i.imgur.com/nPUMq7U.png)
*Five Spectrl GTK windows running on Ubuntu 19.04*

### Installation
If you don't want to compile the thing yourself, download the latest release [here](https://github.com/Mnpn03/Spectrl/releases).

If you instead want to compile Spectrl, you can do so by getting [Rust](https://www.rust-lang.org/).
Once that is installed, clone the repository:
`git clone [email protected]:Mnpn03/Spectrl.git` to clone with SSH, or
`git clone https://github.com/Mnpn03/Spectrl.git` to clone with HTTPS.
Then you simply build it by running `cargo build --release`.

### Usage
Linux:
```
$ spectrl
$ spectrl-gtk
```
Windows (Release):

See `1_README.txt` in the download.

### Contribution
To contribute to the project, simply create a [Pull request](https://github.com/Mnpn03/Spectrl/pulls) or an [Issue](https://github.com/Mnpn03/Spectrl/issues).

### License
Spectrl is FOSS that comes with no warranty. Read more about the license used [here](https://github.com/Mnpn03/Spectrl/blob/master/LICENSE).