15 lines
351 B
Markdown
15 lines
351 B
Markdown
|
Convenience library to create art using [geo](https://georust.org/)
|
||
|
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
|
||
|
```
|