Boolean operations on polygons (union, intersection, difference, xor)
☆624Mar 18, 2024Updated 2 years ago
Alternatives and similar repositories for polybooljs
Users that are interested in polybooljs are comparing it to the libraries listed below
Sorting:
- Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, uni…☆761Mar 1, 2026Updated 2 weeks ago
- Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.☆619Apr 19, 2024Updated last year
- Mirrored implementations of polygon clipping/CSG/operations algorithm, in C (original, by Martínez et al) and ActionScript3 (port, by Mah…☆47Jan 31, 2017Updated 9 years ago
- Small lib for polygon offsetting(margin/padding)☆268Feb 28, 2023Updated 3 years ago
- A 2D constrained Delaunay triangulation library☆341Oct 25, 2018Updated 7 years ago
- Boolean operations on polygons (union, intersection, difference, xor)☆48Aug 21, 2025Updated 6 months ago
- Greiner-Hormann polygon clipping algorithm. Does AND, OR, XOR. Plays nicely with Leaflet. Handles non-convex polygons and multiple clippi…☆249Jan 19, 2026Updated 2 months ago
- The fastest and smallest JavaScript polygon triangulation library for your WebGL apps☆2,429Sep 18, 2025Updated 6 months ago
- Extrudes a shape along a path☆28Mar 19, 2024Updated 2 years ago
- Javascript library for 2d geometry☆644Jan 21, 2026Updated last month
- A JavaScript library for doing geometry.