Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 864 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 864 Bytes

Lapidary

This is a WIP command-line tool for generating images. cargo run --release -- --help should get you started for now.

Work-In-Progress Output Showcase

Each image has the command required to generate it.

cargo run --release -- images/mirror.png -C rand -H 500 -W 500 -D 12 --seed 3 Mirror

cargo run --release -- images/rumpelstiltskin.png -T spiral Rumpelstiltskin

cargo run --release -- images/flow.png -C rand -T prim -D 13 --seed 0 Flow

cargo run --release -- images/boxes.png -C rand -T spiral -D 15 --seed 0 Boxes

cargo run --release -- images/apotheosis.png -C rand -T prim -X 0.5 --seed 10 Apotheosis

cargo run --release -- images/default-settings.png Default