karimbahgat / ClippyLinks
Polygon clipping in pure Python
☆15Updated 9 years ago
Alternatives and similar repositories for Clippy
Users that are interested in Clippy are comparing it to the libraries listed below
Sorting:
- dcel.js is lightweight JavaScript implementation of Doubly connected edge list.☆11Updated last year
- ☆25Updated last year
- A Bounding Volume Hierarchy implementation using javascript☆51Updated 9 years ago
- Efficient Clipping of Arbitrary Polygons using OpenGPL, based on a paper by Günther Greiner and Kai Hormann, for a Graphical Computation …☆21Updated 13 years ago
- Given a heightmap, generate a "contoured" terrain mesh☆26Updated 9 years ago
- Fast and accurate tessellation of planar graphs with convex polygons☆19Updated last year
- 2D Constrained Delaunay Triangulation in JavaScript☆26Updated 2 years ago
- tessellation of concave polygons with holes in Javascript☆38Updated 12 years ago
- A small module using a sweepline algorithm to detect intersections (& self-intersections) in polygons or polylines.☆71Updated 7 months ago
- Computing oriented minimum bounding boxes using Rotating Calipers☆38Updated 7 years ago
- 3D Wavelet Rasterization☆30Updated 8 years ago
- A library for constraining triangulations from Delaunator☆69Updated 11 months ago
- RBush-3D — a high-performance JavaScript R-tree-based 3D spatial index for points and cuboids☆90Updated 10 months ago
- Fast JavaScript icosphere mesh generation library for WebGL visualizations☆58Updated 5 years ago
- stable polygon intersection☆33Updated 2 weeks ago
- WebGL experiments☆24Updated 5 years ago
- Isosurface polygonizer algorithms☆188Updated 11 years ago
- Bentley-Ottman sweepline algorithm implementation in js☆15Updated 2 years ago
- Source code of the interactive book, “Geometry Processing Algorithms”☆36Updated 3 years ago
- Medial Axis Transform - Library☆141Updated last year
- Javascript implementation of straight skeleton☆13Updated 6 years ago
- ☆79Updated 6 years ago
- Polygon Near-Linear Triangulation in JavaScript (simple polygons with holes for now)☆68Updated 10 years ago
- Mirrored implementations of polygon clipping/CSG/operations algorithm, in C (original, by Martínez et al) and ActionScript3 (port, by Mah…☆47Updated 8 years ago
- Taubin's mesh smoothing algorithm implemented in JavaScript