plumage

Crates.ioplumage
lib.rsplumage
version0.1.1
sourcesrc
created_at2023-04-27 18:11:07.540564
updated_at2024-08-24 18:09:37.634238
descriptionAlgorithmic colorful picture generator
homepage
repositoryhttps://github.com/taylordotfish/plumage
max_upload_size
id850764
size703,639
taylor.fish (taylordotfish)

documentation

https://github.com/taylordotfish/plumage

README

Plumage

Plumage generates colorful pictures.

example output

Installation

Install with Cargo:

cargo install plumage

Usage

See plumage --help. Plumage (optionally) reads parameters from ./params (see params.example) and generates a bitmap image, saving both the image and the parameters used to generate it. These parameters can later be used as input parameters to generate the same image, or they can serve as a starting point and be tweaked. If any parameters are missing, they will be filled in with either defaults or random values.

For now, Plumage is best suited for technical users who wish to look through the source code or learn by experimentation to discover what the different parameters do and how the algorithm behaves.

Commit count: 0

cargo fmt