Go to file
Ingolf Wagner 3d86835849
feat: add asteroids.rs
2021-04-08 22:06:39 +02:00
examples feat: argument parsing improvement 2021-04-08 07:57:38 +02:00
pool feat: add asteroids.rs 2021-04-08 22:06:39 +02:00
src feat: add asteroids.rs 2021-04-08 22:06:39 +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
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