Skip to content

Releases: AngusJohnson/Clipper2

Clipper2 32bit & 64bit DLLs (ver 1.2.0)

26 Feb 07:07
Compare
Choose a tag to compare

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

26 Feb 06:48
Compare
Choose a tag to compare

Numerous minor bugfixes since ver. 1.1.1 including:
#396, #399, #398, #401, #402, #405, #406, #407, #408, #411, #416, #418

Clipper2 ver 1.1.1

27 Jan 05:53
49b97f7
Compare
Choose a tag to compare

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

24 Jan 23:03
Compare
Choose a tag to compare

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

Clipper2_1.0.6

28 Oct 12:18
Compare
Choose a tag to compare

Version 1.0.6 - 28 October 2022

  • Added RectClip and RectClipLines functions for FAST rectangular clipping
  • Added clipper.export.h C++ file (for DLL/so creation)
  • Added DLL project files and Delphi test app.
  • Numerous minor bug fixes.

Clipper2 ver 1.0.5

02 Oct 10:10
Compare
Choose a tag to compare

Version 1.0.5 - 2 October 2022

  • Numerous improvements to C++ makefile and revised C++ folder structure (#243, #247)
  • Fixed bug in C++ Point constructor when USINGZ defined (#246)
  • Improved performance by removing time costly round() function calls (#236)
  • Changed Library's C# target framework back to netstandard2.0 (#225)
  • Updated several sample apps.

Clipper2 ver 1.0.4

16 Sep 22:58
Compare
Choose a tag to compare

This is the initial release of Clipper2