mapbox / polylabel

A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)
Other
1.44k stars 151 forks source link

Add C++ port #19

Closed jfirebaugh closed 7 years ago

jfirebaugh commented 7 years ago

Going a different route than we did with earcut/earcut.hpp, and including this in the same repository. I think this will encourage us to fix bugs in both implementation simultaneously and otherwise keep them in better sync.

Will still use mason to package the C++ (header only) library. PR incoming there.

mourner commented 7 years ago

We should also update Readme about the C++ implementation.

jfirebaugh commented 7 years ago

Done in ad5b37a15502507198f62d1ced608cebf0abf6cf.