pyclipper
pyclipper copied to clipboard
Any plan for pyclipper2??
https://github.com/AngusJohnson/Clipper2 The author of clipper1 just released clipper2. I wonder if you have time for wrapper to clipper 2??
cool, I didn't know about that. How different is Clipper2 API from Clipper1? If they are similar, then it'd be a matter of simply swapping one for the other maybe. Has anyone tried or would like to contrinute a PR? I won't have time for this at the moment I'm afraid.
Let's keep open as a reminder
Let's keep open as a reminder Yep!
@anthrotype Any thoughts on this? Thanks.
unfortunately I don't plan to work on this any time soon, if you'd like to take this on feel free to
To me it looks like Clipper and Clipper2 are quite different, I would guess that the entire wrapper had to be rewritten. For example, they are now using templates in the Clipper2 code. From all I can understand, that is somewhat limited and awkward to deal with in Cython.