polygon-clipping topic

List polygon-clipping repositories

hob3l

241
Stars
15
Forks
Watchers

100x Faster Slicing of SCAD Files for 3D Printing

polygon-clipping

532
Stars
59
Forks
Watchers

Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.

Computational-geometry

1.2k
Stars
144
Forks
Watchers

Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh...

GreinerHormann

238
Stars
34
Forks
Watchers

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

288
Stars
17
Forks
Watchers

A simple script for fracturing polygons. Also adds nice helper functions for polygons like calculateArea, triangulate, getRandomPointsInPolygon, getBoundingRect)

Clipper2

1.3k
Stars
233
Forks
Watchers

Polygon Clipping and Offsetting - C++, C# and Delphi

pyclipper

224
Stars
41
Forks
Watchers

Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)

polybooljs

597
Stars
90
Forks
Watchers

Boolean operations on polygons (union, intersection, difference, xor)

rust-geo-booleanop

89
Stars
27
Forks
Watchers

Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm

tripy

61
Stars
10
Forks
Watchers

Simple polygon triangulation algorithms in pure python