Go to file
Ingolf Wagner 81aea71162
initial commit
that hides all the nonsense I did.
2021-04-07 08:04:29 +02:00
examples initial commit 2021-04-07 08:04:29 +02:00
pool/examples initial commit 2021-04-07 08:04:29 +02:00
src initial commit 2021-04-07 08:04:29 +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 initial commit 2021-04-07 08:04:29 +02:00
Cargo.toml 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
default.nix initial commit 2021-04-07 08:04:29 +02:00
shell.nix initial commit 2021-04-07 08:04:29 +02:00

README.md

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