pyclipper
pyclipper copied to clipboard
Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)
https://github.com/AngusJohnson/Clipper2 The author of clipper1 just released clipper2. I wonder if you have time for wrapper to clipper 2??
I want to split a parent convex polyhedron (3D) using a plane (2D) into 2 child closed convex polyhedrons. Is it possible to do it with `pyclipper`? Note: It is...
like we did in https://github.com/fonttools/py-zopfli/pull/12 cibuildwheel is now under official PyPA org, and it seems better supported than multibuild. This will also buy us support for linux aarch64 wheels as...
When I use a negative offset of say 2 meter in a polygon square that is 2m2 (a small square), an "IndexError: list index out of range" error comes up....
Hi, Intersection, Union, and Difference work just fine, but I am having a hard time figuring out how I should read the output of a simple XOR clip as below....
I am par of IBM team and working on power support for this package and faced the below issue during build latest: Pulling from pypa/manylinux1_x86_64 7d0d9526f38a: Pulling fs layer 91fad6b78bdb:...
I am unable to import pyclipper after installing it using pip (and pip3). This first showed up while trying to install the K40 Whisprer tool on a raspberry pi, but...
Could pyclipper tag its future releases according to [semantic versioning](https://semver.org/)? For example, the last release was tagged as [1.1.0.post3](https://github.com/fonttools/pyclipper/releases/tag/1.1.0.post3) which isn’t quite according to the spec; see [test page](https://regex101.com/r/Ly7O1x/3/). It’s...
Original issue: https://github.com/typemytype/booleanOperations/issues/55 -- reproducer script: https://gist.github.com/madig/998ec05ef8a496f984aaa86aeceda6fc This passes on my Windows 10 machine and on the one of my colleague, but fails on macOS and Linux, which order the...
I get this error: python2.7 setup.py build Development mode: Compiling Cython modules from .pyx sources. Traceback (most recent call last): File "setup.py", line 97, in cmdclass=cmdclass, File "/usr/lib64/python2.7/site-packages/setuptools/__init__.py", line 143,...