Releases: AngusJohnson/Clipper2
Clipper2 32bit & 64bit DLLs (v 1.2.4)
These DLLs provide access to almost all of Clipper2's features via the functions exported in clipper.export.h. This file also documents the simple (language agnostic) data structures required by these functions.
The repository's DLL folder contains not only the Visual Studio project files used to compile these DLLs, but also source code for a Delphi utility which demonstrates using these DLLs.
Clipper2 ver 1.2.4
Changes since ver 1.2.3:
- Important: Offsetting open path behaviour has changed.
The delta now behaves as it did in Clipper1 (See Issue #707) - Important: Data structures of exported values in clipper.export.h have changed.
- Minor bugfixes to PolyTree nesting (#679, #687)
- Numerous minor bugfixes to polygon offsetting (#703, #715, #724)
- Fixed an obscure bug in polygon clipping caused by horizontal spikes (#720)
- Significantly improved documentation.
Clipper2 32bit & 64bit DLLs (v 1.2.3)
These DLLs provide access to almost all of Clipper2's features via the functions exported in clipper.export.h. This file also documents the simple (language agnostic) data structures required by these functions.
The repository's DLL folder contains not only the Visual Studio project files used to compile these DLLs, but also source code for a Delphi utility which demonstrates using these DLLs.
Clipper2 ver 1.2.3
Clipper2 32bit & 64bit DLLs (ver 1.2.2)
These DLLs provide access to almost all of Clipper2's features via the functions exported in clipper.export.h. This file also documents the simple (language agnostic) data structures required by these functions.
The repository's DLL folder contains not only the Visual Studio project files used to compile these DLLs, but also source code for a Delphi utility which demonstrates using these DLLs.
Clipper2 ver 1.2.2
This is a minor bugfix release.
(Bugfixes between #422 and #465)
Clipper2_1.2.2.zip
Clipper2 32bit & 64bit DLLs (ver 1.2.0)
These DLLs provide access to almost all of Clipper2's features via the functions exported in clipper.export.h. This file also documents the simple (language agnostic) data structures required by these functions.
The repository's DLL folder contains not only the Visual Studio project files used to compile these DLLs, but also source code for a Delphi utility which demonstrates using these DLLs.
Clipper2 ver.1.2.0
Clipper2 ver 1.1.1
This is a minor update since ver Clipper2 1.1.0
Fixes a clipping bug introduced in the previous release (Issue #381).
Clipper2_1.1.1.zip
Clipper2 ver 1.1
This is the latest release of Clipper 2.
The major changes since version 1.0 include:
- much improved merging of 'touching' polygons in clipping solutions
- addition of RectClip function that performs much faster intersect clipping when the clipping region is rectangular
- numerous minor bug fixes