Find a file
Ingolf Wagner b30d687963
feat: argument parsing improvement
* add date random seed parser
* changed --svg to --output-type
* get rid of --output for output file
2021-04-08 07:57:38 +02:00
examples feat: argument parsing improvement 2021-04-08 07:57:38 +02:00
pool/examples initial commit 2021-04-07 08:04:29 +02:00
src feat: argument parsing improvement 2021-04-08 07:57:38 +02:00
tests initial commit 2021-04-07 08:04:29 +02:00
.gitignore initial commit 2021-04-07 08:04:29 +02:00
Cargo.lock feat: argument parsing improvement 2021-04-08 07:57:38 +02:00
Cargo.toml feat: argument parsing improvement 2021-04-08 07:57:38 +02:00
default.nix initial commit 2021-04-07 08:04:29 +02:00
LICENSE initial commit 2021-04-07 08:04:29 +02:00
README.md initial commit 2021-04-07 08:04:29 +02:00
shell.nix initial commit 2021-04-07 08:04:29 +02:00

Convenience library to create art using geo polygons.

  • Creates CLI interface (including random seed management)
  • renders SVGs and PNG
  • comes with helper functions, to make live more convenient.
    • load SVGs
    • scaling

How to run examples

cargo run --example clipping -- --help # run the examples/clipping