This library contains a variety of tools used to make pen-plotter based art.
While it focuses on a combination of nannou and geo/geo_types for now, it
will likely expand into other areas as I find the need for my own creations.
Based (extremely roughly) on [shapely
] for Python for the geographic
functions, with a splash of [VSK
].
CAUTION: This isn't even Alpha quality yet, and I am poking away at it on my days off. May spontaneously explode, might take your plotter with it.
geo_types::buffer::Buffer
] trait to offset polygonsgeo_types::clip::LineClip
] trait to Clip geometry with
OTHER geometry.geo_types::svg::Arrangement
] trait has been extended to
better support arbitrary transformations.geo_types::svg::Arrangement
] trait has also added a margin
option to fit geometry on a page with predefined margins.geo_types::hatch::OutlineStroke
] is a utility Trait which
takes a LineString/MultiLineString and applies a stroke, returning
a MultiLineString containing lines which outline the stroked linegeo_types::hatch::OutlineFillStroke
] is the same as [geo_types::hatch::OutlineStroke
]
except it also fills the stroke with the given HatchPattern. Great for turning
drawings made of thick lines into nicely filled polygons.Generative Artistry tutorials
]geo_types::hatch::Hatch
]ing submodule.License: MIT