polygon-clipping topic
hob3l
100x Faster Slicing of SCAD Files for 3D Printing
polygon-clipping
Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.
Computational-geometry
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh...
GreinerHormann
Greiner-Hormann polygon clipping algorithm. Does AND, OR, XOR. Plays nicely with Leaflet. Handles non-convex polygons and multiple clipping areas. ~3kb footprint, no dependencies
godot-polygon2d-fracture
A simple script for fracturing polygons. Also adds nice helper functions for polygons like calculateArea, triangulate, getRandomPointsInPolygon, getBoundingRect)
Clipper2
Polygon Clipping and Offsetting - C++, C# and Delphi
pyclipper
Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)
polybooljs
Boolean operations on polygons (union, intersection, difference, xor)
rust-geo-booleanop
Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm
tripy
Simple polygon triangulation algorithms in pure python