Notgnoshi / generative

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

Write smarter Polygonizer in Rust using heuristics #167

Open Notgnoshi opened 7 months ago

Notgnoshi commented 7 months ago

See: https://github.com/Notgnoshi/generative/pull/166

It should be possible to convert a GeometryGraph back into a set of Polygons and LineStrings. The polygons should be as large as possible, and the linestrings as long as possible.