spade
Triangulation library
A Rust library providing efficient and robust algorithms for creating 2D Delaunay triangulations.
Delaunay Triangulations for the Rust Ecosystem
274 stars
10 watching
49 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list
data-structuresdelaunaydelaunay-triangulation
Related projects:
Repository | Description | Stars |
---|---|---|
hugoledoux/startin | A software library for computing Delaunay triangulations of 2.5D points with elevation data | 34 |
artem-ogre/cdt | A C++ library for generating constrained or conforming Delaunay triangulations with robust and efficient algorithms | 1,076 |
mourner/delaunator-rs | A fast and robust Rust library for Delaunay triangulation of 2D points | 207 |
soerendd/delaunator-cpp | A fast C++ library for Delaunay triangulation of 2D points | 0 |
shuoli84/poly2tri-rs | A Rust port of a C++ library for calculating Constrained Delaunay Triangulation on polygons | 15 |
mapbox/earcut | A fast and small JavaScript polygon triangulation library for WebGL applications. | 2,210 |
tchayen/triangolatte | A library for 2D triangulation of polygons and lines with support for GPU translation | 36 |
hiulit/delaunator-gdscript | A fast algorithm for triangulating 2D points into Delaunay triangles | 80 |
elftausend/graplot | A Rust-based plotting library that creates windows displaying graphs. | 28 |
acheul/louvre | An algorithm for decomposing polygons into triangles, specifically designed to handle self-intersecting shapes. | 3 |
axect/peroxide | A high-performance numeric library with a friendly syntax and various features for linear algebra, numerical analysis, and data manipulation | 542 |
stac-utils/stac-rs | Provides tools and libraries for the SpatioTemporal Asset Catalog (STAC) specification. | 83 |
dengwirda/jigsaw-matlab | Provides MATLAB bindings for generating high-quality triangulations and polyhedral decompositions of general planar, surface, and volumetric domains. | 74 |
frewsxcv/earcutr | An implementation of Earcut triangulation algorithm in Rust for polygon triangulation and verification. | 41 |
coreylowman/dfdx | A deep learning library for Rust with GPU acceleration and ergonomic API. | 1,737 |