Notgnoshi / generative

Generative art. A suite of composable tools to generate, transform and visualize WKT geometries
MIT License
25 stars 3 forks source link

SVG and path optimization #93

Open Notgnoshi opened 3 years ago

Notgnoshi commented 3 years ago

Related to #6. Could operate on the geometries, or the SVG. Aside from #87, the geom2graph tool works well to convert the geometries to a graph, and then back to geometries. This eliminates duplicate segments, and attempts to produce as long of LINESTRINGs as possible.