lelongg / geo-clipperLinks
Rust crate to perform boolean operations on polygons.
☆36Updated 10 months ago
Alternatives and similar repositories for geo-clipper
Users that are interested in geo-clipper are comparing it to the libraries listed below
Sorting:
- Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm☆104Updated 2 years ago
- Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.☆148Updated this week
- Robust predicates for computational geometry☆93Updated 6 months ago
- Computational Geometry library written in Rust☆165Updated last week
- Geometry processing library in pure rust☆86Updated 2 months ago
- Data structures and algorithms for 3D geometric modeling.☆45Updated last year
- Fast 2D Delaunay triangulation in Rust. A port of Delaunator.☆237Updated 4 months ago
- A Rust crate to compute boolean operations on polygons.☆15Updated 2 years ago
- Delaunay Triangulations for the Rust Ecosystem☆312Updated 3 months ago
- Contour polygon creation in Rust (using marching squares algorithm)☆62Updated 4 months ago
- port of MapBox's earcut triangulation code to Rust language☆61Updated last year
- Image density/height map to mesh generator☆82Updated 2 years ago
- ☆122Updated 6 months ago
- A triangle mesh data structure including basic operations.☆91Updated last year
- Rust bindings to the latest stable release of SFCGAL☆12Updated 4 months ago
- Multi-modal constructive solid geometry kernel in Rust☆171Updated this week
- A Rust crate for offsetting (shrinking/expanding) polygons.☆14Updated last year
- Rust library containing algorithms to shrink and dilate various geometric shapes.☆12Updated 4 months ago
- A nice and fast way to construct 2D Voronoi Diagrams☆44Updated 2 years ago
- A Rust port of the Earcut polygon triangulation library with performance in mind.☆29Updated 8 months ago
- A polygon Clipping and Offsetting library for Rust.☆22Updated 5 months ago
- Boost voronoi ported to rust