Releases: AngusJohnson/Clipper2
Clipper2 32bit & 64bit DLLs (v 2.0.1)
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.
This latest release adds Triangulate() to the exported function list.
Clipper2 ver. 2.0.1
The library source code (including numerous sample applications) in 3 programming languages - C++, C# and Delphi Pascal.
This release also includes the new (Constrained Delaunay) Triangulation module.
Clipper2 32bit & 64bit DLLs (v 1.5.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.
This latest release fixes a clipping bug that potentially results in an endless loop.
Clipper2 ver. 1.5.4
Clipper2 32bit & 64bit DLLs (v 1.5.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.5.3
Changes since Ver 1.5.2:
Numerous bugfixes (See GitHub issues 734 - 974)
Clipper2 ver. 1.5.2
Clipper2 ver. 1.5.0
Clipper2 ver. 1.4.0
Clipper2 ver. 1.3.0
Version 1.3.0 (28 Nov. 2023)
- Fixed a significant offsetting bug introduced in previous update (#733)
- Fixed a C++ compile error when 32bit compiling (#727)
- Minor tweak to CMakeLists.txt (C++) (#728)
- Will now offset 'flat' polygons (Disc.#725)
- Reminder: recent change in open path offsetting behaviour (#707)
- Reminder: recent changes to clipper.export.h data structures.