Go to file
Ingolf Wagner bc571b10a8
Merge branch 'release/1.0.0'
2021-04-14 21:01:28 +02:00
examples feat: add merge_ext.rs and scale_ext.rs 2021-04-13 20:30:51 +02:00
images doc: release 1.0.0 2021-04-14 21:00:48 +02:00
pool feat: add asteroids.rs 2021-04-08 22:06:39 +02:00
src feat: add merge_ext.rs and scale_ext.rs 2021-04-13 20:30:51 +02:00
tests initial commit 2021-04-07 08:04:29 +02:00
.gitignore doc: release 1.0.0 2021-04-14 21:00:48 +02:00
Cargo.lock feat: introduce simple font from asteroid game 2021-04-12 07:23:52 +02:00
Cargo.toml doc: release 1.0.0 2021-04-14 21:00:48 +02:00
LICENSE initial commit 2021-04-07 08:04:29 +02:00
README.md doc: release 1.0.0 2021-04-14 21:00:48 +02:00
shell.nix feat: introduce simple font from asteroid game 2021-04-12 07:23:52 +02:00

README.md

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.

image

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