jbuckmccready / cavalier_contours

2D polyline/shape library for offsetting, combining, etc.
Apache License 2.0
144 stars 12 forks source link

Finish implementing polyline parallel offset #4

Closed jbuckmccready closed 3 years ago

jbuckmccready commented 3 years ago
jbuckmccready commented 3 years ago

Finished transcribing c++ code, commit: https://github.com/jbuckmccready/cavalier_contours/commit/784963748d743e042cc15b3ab66c5cc020996c40

Option structure still being worked on but mostly done and code is working. Offset method is here.

jbuckmccready commented 3 years ago

Code has continued to be updated and tests added. Only work remaining is adding more tests, benchmarks, optimizing and finalizing API. New issues will be created to track progress on those tasks.