Skip to content

IFcoltransG/lapidary-image-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command-line tool for generating pretty images using flood fills and related algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages