invisible-sun

Crates.ioinvisible-sun
lib.rsinvisible-sun
version0.1.0
created_at2025-07-03 16:29:41.497866+00
updated_at2025-07-03 16:29:41.497866+00
descriptionA simple program for generating svg "suns"
homepage
repositoryhttps://git.sr.ht/~caled/invisible-sun
max_upload_size
id1736523
size16,487
Cale Dillon (caled529)

documentation

README

Invisible Sun

I wanted to have some encoding in a tattoo I'm getting, so I wrote a little program to help me with that.

Usage

invisible-sun [OPTIONS] <WORD>

Arguments:
  <WORD>  A string made up ONLY of uppercase ASCII characters and spaces

Options:
  -r, --radius <RADIUS>        The radius of the inner circle [default: 100]
  -l, --length <LENGTH>        Max line length relative to the radius [default: 2]
  -v, --variation <VARIATION>  How much lines vary in length from 'A' to 'Z' [default: 0.5]
Commit count: 0

cargo fmt