AngusJohnson/Clipper2
Polygon Clipping, Offsetting & Triangulation in C++, C# and Delphi observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 78
- Release rhythm 62
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 2
- age_days: 1652
- days_rel: 257
- days_push: 136
- n_releases_24m: 8
Adoption not part of the score
2462 stars · 450 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Clipper2 is a polygon clipping, offsetting, and triangulation library available in C++, C#, and Delphi. It performs boolean operations (intersection, union, difference, XOR) on simple and complex polygons, plus polygon offsetting and Constrained Delaunay Triangulation.
Use cases
- compute intersection or union of polygons
- perform boolean difference and XOR on complex polygons
- offset or inflate polygon outlines
- triangulate polygons with constrained Delaunay triangulation
- clip polygons in a graphics or CAD application
- use polygon clipping from C#, C++, or Delphi
When to choose
- you need robust polygon boolean operations or offsetting in C++, C#, or Delphi
- you want a well-documented, actively maintained computational geometry library
- you need cross-language access via a compiled DLL
When to avoid
- you need reliable polygon triangulation right now - the triangulation code is acknowledged as buggy
- you need 3D geometry operations
- you need a language other than C++, C#, or Delphi without going through a DLL
Facets
library · maturity active
graphics math simulation graphics computer-vision cpp cross-platform windows polygon-clipping boolean-operations polygon-offsetting triangulation computational-geometry csharp delphi algorithms game-development linux macos
1 source
- readme: https://github.com/AngusJohnson/Clipper2 · fetched 2026-08-28 · a6c5e5d1dc59
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| AngusJohnson/Clipper2 | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="AngusJohnson/Clipper2")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem