Delaunator-GDScript
Triangulation algorithm
A fast algorithm for triangulating 2D points into Delaunay triangles
A GDScript port of Delaunator: A fast library for Delaunay triangulation of 2D points.
80 stars
6 watching
9 forks
Language: GDScript
last commit: 8 months ago
Linked from 1 awesome list
2dalgorithmcomputational-geometrydelaunatordelaunayfastgdscriptmapboxtriangulation
Related projects:
Repository | Description | Stars |
---|---|---|
ashwin/gdel3d | A GPU-accelerated algorithm for computing the Delaunay triangulation of 3D point sets | 144 |
mourner/delaunator-rs | A fast and robust Rust library for Delaunay triangulation of 2D points | 207 |
hugoledoux/startin | A software library for computing Delaunay triangulations of 2.5D points with elevation data | 34 |
soerendd/delaunator-cpp | A fast C++ library for Delaunay triangulation of 2D points | 0 |
artem-ogre/cdt | A C++ library for generating constrained or conforming Delaunay triangulations with robust and efficient algorithms | 1,072 |
dengwirda/jigsaw-matlab | Provides MATLAB bindings for generating high-quality triangulations and polyhedral decompositions of general planar, surface, and volumetric domains. | 74 |
fil/d3-geo-voronoi | Computes spherical Delaunay triangulation and Voronoi diagrams from 3D point data | 236 |
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 |
pemn/vtk_triangulate_points | Creates simplified surfaces from dense point clouds using either Delaunay or grid triangulation methods | 10 |
stoeoef/spade | A Rust library providing efficient and robust algorithms for creating 2D Delaunay triangulations. | 274 |
mapbox/earcut.hpp | A fast and efficient polygon triangulation algorithm with support for complex shapes and holes | 862 |
sungiant/abacus | A cross-precision 3D maths library with deterministic implementations of common data types across various precisions. | 45 |
acheul/louvre | An algorithm for decomposing polygons into triangles, specifically designed to handle self-intersecting shapes. | 3 |
hypertidy/geodist | Ultra lightweight and fast calculation of geodesic distances between two rectangular sets of points on the Earth's surface. | 93 |