No description
examples | ||
images | ||
pool | ||
src | ||
tests | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
shell.nix |
Convenience library to create art using geo.
- Creates CLI interface (including random seed management)
- renders SVGs and PNG
- comes with helper functions and extensions, to make live more convenient.
- load SVGs
- scaling
Asteroids
asteroids is an example binary which renders an image inspired by the asteroids game from the 1979.
run asteroids --help
to get information.
All binaries created by polygon art have the same
command line interface.
How to run examples
cargo run --example clipping -- --help # run the examples/clipping