delaunay
There are 132 repositories under delaunay topic.
mapbox/delaunator
An incredibly fast JavaScript library for Delaunay triangulation of 2D points
esimov/triangle
Convert images to computer generated art using delaunay triangulation.
artem-ogre/CDT
Constrained Delaunay Triangulation (C++)
qhull/qhull
Qhull development for www.qhull.org -- Qhull 2020.2 (8.1-alpha1) at https://github.com/qhull/qhull/wiki
delfrrr/delaunator-cpp
A really fast C++ library for Delaunay triangulation of 2D points
hugeterry/PloyFun
LowPoly image processing./导入图片生成Low Poly风格图片的app
wo80/Triangle.NET
C# / .NET version of Jonathan Shewchuk's Triangle mesh generator.
Nebukam/PCGExtendedToolkit
PCGEx is a free (libre) Unreal 5 plugin that expands PCG capabilities. It offers a variety of high-performance nodes; with an edge for building relational graphs (Freeform, Delaunay, Voronoi, MST etc), advanced pathfinding; and much more.
jhasse/poly2tri
2D constrained Delaunay triangulation library
Stoeoef/spade
Delaunay Triangulations for the Rust Ecosystem
mapbox/delatin
A fast JavaScript terrain mesh generation tool based on Delaunay triangulation
MauriceGit/Voronoi_Image_Manipulation
A system independent tool for interactive image manipulation with Voronoi and Delaunay data structures.
RafaelKuebler/DelaunayVoronoi
C# implementation of the Bowyer–Watson algorithm for Delaunay triangulation
gwlucastrig/Tinfour
Delaunay and Constrained Delaunay Triangulations in Java, providing high-performance utilities for modeling surfaces with support for Lidar LAS files, Digital Elevation Models (DEM), finite element analysis, path planning, natural neighbor interpolation, and other applications of Triangulated Irregular Networks (TIN)
dengwirda/jigsaw
JIGSAW is a Delaunay-based unstructured mesh generator for two- and three-dimensional geometries.
redblobgames/1843-planet-generation
One week experiment: learn how to procedurally generate maps on a sphere. Code is messy but it runs.
ren-yuan/c2.js
JavaScript library for creative coding
fogleman/delaunay
Fast Delaunay triangulation implemented in Go.
MaulingMonkey/poly2tri-cs
A port of poly2tri to C#
iShape-Rust/iTriangle
A fast, efficient and extremely stable 2d triangulation library for rust.
jdiemke/delaunay-triangulator
A simple and lean Java implementation of an incremental 2D Delaunay triangulation algorithm.
sakrist/BezierPath
Bezier path triangulation with Delaunay algorithm.
tdh8316/triangler
:triangular_ruler: Convert images to Low-Poly art using Delaunay triangulation.
hiulit/Delaunator-GDScript
A GDScript port of Delaunator: A fast library for Delaunay triangulation of 2D points.
JuliaGeometry/DelaunayTriangulation.jl
DelaunayTriangulation.jl: A Julia package for Delaunay triangulations and Voronoi tessellations in the plane
glouw/weaver
A spider tapestry weaver
jankovicsandras/autoimagemorph
Automatic Image Morphing
wo80/Triangle
CMake project for Jonathan Shewchuk's Triangle mesh generator.
HakanSeven12/Delaunator-Python
Fast Delaunay triangulation of 2D points implemented in Python.
artem-ogre/PythonCDT
Constrained Delaunay Triangulation (Python)
JianchaoTan/fastLayerDecomposition
fast layer decomposition and updating
pradeep-pyro/triangle
Go wrapper for Triangle: Constrained Delaunay Triangulation and Voronoi Tesselation
Fil/d3-tricontour
Create contours from non-gridded data with meandering triangles.
pkositsyn/delaunay-triangulation-algorithm
Delaunay Triangulation
hugoledoux/startin
A Delaunay triangulator for processing TINs
iShape-Swift/iShapeTriangulation
Complex polygon triangulation. A fast O(n*log(n)) algorithm based on "Triangulation of monotone polygons". The result can be represented as a Delaunay triangulation.