Clipper2: Boost Geometry Ops
Clipper2 is a C++ library for fast and reliable polygon clipping, offsetting, and triangulation, useful for geometric computations in various applications.
- •When you need to perform polygon clipping or offsetting in a computational geometry application
- •When you require fast and reliable geometric calculations for computer-aided design (CAD) or geographic information systems (GIS)
- •When you want to optimize polygon triangulation for 3D rendering or physics simulations
Clipper2::PyClipper c; c.AddPath({{0, 0}, {10, 0}, {10, 10}, {0, 10}}, Clipper2::PyClipper::PT_SUBJECT, true); c.AddPath({{5, -5}, {15, -5}, {15, 15}, {5, 15}}, Clipper2::PyClipper::PT_CLIP, true); c.Execute(Clipper2::ClipType::ctIntersection, solution, Clipper2::PyClipper::PFT_NONZERO, Clipper2::PyClipper::PFT_NONZERO);Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/clipper2 && curl -fsSL https://workflowstacks.com/api/skills/clipper2/claude-skill -o ~/.claude/skills/clipper2/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Clipper2: Boost Geometry Ops is a large C++ project (~21k lines across 64 code files, plus 21 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit 5 months ago, BSL-1.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/clipper2 && curl -fsSL https://workflowstacks.com/api/skills/clipper2/claude-skill -o ~/.claude/skills/clipper2/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.