startin
Triangulation library
A software library for computing Delaunay triangulations of 2.5D points with elevation data
A Delaunay triangulator for processing TINs
34 stars
4 watching
9 forks
Language: Rust
last commit: 29 days ago
Linked from 1 awesome list
delaunaydelaunay-triangulatorrust
Related projects:
Repository | Description | Stars |
---|---|---|
stoeoef/spade | A Rust library providing efficient and robust algorithms for creating 2D Delaunay triangulations. | 274 |
hiulit/delaunator-gdscript | A fast algorithm for triangulating 2D points into Delaunay triangles | 80 |
soerendd/delaunator-cpp | A fast C++ library for Delaunay triangulation of 2D points | 0 |
mourner/delaunator-rs | A fast and robust Rust library for Delaunay triangulation of 2D points | 207 |
artem-ogre/cdt | A C++ library for generating constrained or conforming Delaunay triangulations with robust and efficient algorithms | 1,072 |
yonaba/delaunay | A Lua module for computing Delaunay triangulations of convex polygons | 108 |
shuoli84/poly2tri-rs | A Rust port of a C++ library for calculating Constrained Delaunay Triangulation on polygons | 15 |
hugoledoux/sst | A suite of Rust-based tools for processing and analyzing lidar point clouds from LAZ files. | 2 |
mapbox/earcut | A fast and small JavaScript polygon triangulation library for WebGL applications. | 2,210 |
acheul/louvre | An algorithm for decomposing polygons into triangles, specifically designed to handle self-intersecting shapes. | 3 |
ashwin/gdel3d | A GPU-accelerated algorithm for computing the Delaunay triangulation of 3D point sets | 144 |
tchayen/triangolatte | A library for 2D triangulation of polygons and lines with support for GPU translation | 36 |
dengwirda/jigsaw-matlab | Provides MATLAB bindings for generating high-quality triangulations and polyhedral decompositions of general planar, surface, and volumetric domains. | 74 |
brideau/geospatiallinegraphs | A library for creating visualizations of geographic data along lines of latitude | 62 |
pemn/vtk_triangulate_points | Creates simplified surfaces from dense point clouds using either Delaunay or grid triangulation methods | 10 |