-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyPI release? #1
Comments
Hey, I forked this repo as it looks inactive and published the package at https://pypi.org/project/earcut/ |
Thank you so much! ❤️ |
Sure, it's this fork: https://github.com/MetacitySuite/earcut-python I have upgraded a bit since I forked it. it works still the same for 2D data. but now it also correctly triangulates 3D polygons regardless of their orientation (the original implementation didn't work when the polygon was perpendicular to the xy plane). |
Hey, at @MetacitySuite we recently transferred to using the c++ version of the mapbox earcut lib and added our own python interface and thus discarded the fork of this repo. The pure-python deployed version on pip remains available, but I don’t know how to handle any possible future updates. Proposed solutions: |
The repo with deployed version is here: https://github.com/vojtatom/earcut-python |
Hi - I found your library very useful for my last PyWeek entry What The Frog?!.
But I ended up having to vendor the library (as a git submodule).
Have you thought about creating a PyPI package for it?
The text was updated successfully, but these errors were encountered: