EmbroidePy / pyembroidery

pyembroidery library for reading and writing a variety of embroidery formats.
MIT License
195 stars 35 forks source link

Update stitching methods #140

Closed delpreto closed 1 year ago

delpreto commented 2 years ago

Updating stitchification methods and visualizations.

tatarize commented 2 years ago

While I have no little doubt this is fine code. The pyembroidery library can't have any dependencies. It's intended to be and remain low level hyper-focused on reading and writing embroidery formats. It's intended to be a building block for the embroidery IO part of any script.

This code contains requirements for numpy, matplotlib, svgpathtools, and scipy. I can't shoehorn uses of pyembroidery into also needing those dependencies. I'd be happy to provide links to higher level work utilizing the library but I can't add, even solid work which does something other than format corrections or low level helper functions without requirements.