Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days ago
JSON representation
Get an amount of colours that fit together nicely.
- Host: GitHub
- URL: https://github.com/Mnpn/Spectrl
- Owner: Mnpn
- License: gpl-3.0
- Created: 2018-01-04T16:15:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T13:40:34.000Z (about 5 years ago)
- Last Synced: 2024-08-01T13:38:09.436Z (3 months ago)
- Topics: colour, colours, gtk, gtk-rs, mnpn, rust
- Language: Rust
- Homepage: https://mnpn.me/spectrl
- Size: 80.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).