delaunator-rs
Triangulator
A fast and robust Rust library for Delaunay triangulation of 2D points
Fast 2D Delaunay triangulation in Rust. A port of Delaunator.
211 stars
5 watching
28 forks
Language: Rust
last commit: 5 months ago
Linked from 1 awesome list
algorithmsdelaunay-triangulationgeometryrustspatial
Related projects:
Repository | Description | Stars |
---|---|---|
| A fast C++ library for Delaunay triangulation of 2D points | 0 |
| A Rust port of a C++ library for calculating Constrained Delaunay Triangulation on polygons | 15 |
| A fast algorithm for triangulating 2D points into Delaunay triangles | 81 |
| A Rust library providing efficient and robust algorithms for creating 2D Delaunay triangulations. | 277 |
| A software library for computing Delaunay triangulations of 2.5D points with elevation data | 34 |
| An algorithm for decomposing polygons into triangles, specifically designed to handle self-intersecting shapes. | 3 |
| An implementation of Earcut triangulation algorithm in Rust for polygon triangulation and verification. | 41 |
| A C++ library for generating constrained or conforming Delaunay triangulations with robust and efficient algorithms | 1,099 |
| A GPU-accelerated algorithm for computing the Delaunay triangulation of 3D point sets | 147 |
| Provides MATLAB bindings for generating high-quality triangulations and polyhedral decompositions of general planar, surface, and volumetric domains. | 75 |
| A Rust library implementing point-in-polygon geometry calculations | 2 |
| Fast triangulation of polygons | 5 |
| A simple ray tracing implementation in Rust to generate 3D images with lighting, texture mapping, and parallel rendering. | 241 |
| A fast linear algebra library for games and graphics | 1,555 |
| Creates simplified surfaces from dense point clouds using either Delaunay or grid triangulation methods | 10 |