issues
search
mapbox
/
delaunator
An incredibly fast JavaScript library for Delaunay triangulation of 2D points
https://mapbox.github.io/delaunator/
ISC License
2.34k
stars
141
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Precalculate distances for sort
#33
RReverser
closed
6 years ago
0
Use flat index arrays for tracking convex hull
#32
mourner
closed
6 years ago
2
Adaptive hull hashing
#31
mourner
opened
6 years ago
1
Improvements to the data structures guide
#30
mourner
closed
4 years ago
3
Lint docs code with the same config as source
#29
mourner
closed
6 years ago
1
A simpler approach to robustness
#28
mourner
closed
6 years ago
16
Improve numerical robustness
#27
mourner
closed
6 years ago
2
Fix race condition that produced broken triangulation
#26
mourner
closed
6 years ago
4
Fix rare race condition that produces corrupt halfedges structure
#25
mourner
closed
6 years ago
0
Invalid halfedges on some collinear input
#24
mbostock
closed
6 years ago
13
Add guide that shows how to use half-edge data structures
#23
redblobgames
closed
6 years ago
0
Speed up
#22
photopea
closed
6 years ago
2
Sorting issue?
#21
Av3r3tt
closed
6 years ago
13
Allow plain arrays.
#20
mbostock
closed
6 years ago
1
Fast constructor.
#19
mbostock
closed
6 years ago
2
Fix browserify's export name
#18
frogcat
closed
6 years ago
1
Support flat array input format
#17
redblobgames
closed
6 years ago
5
Browserify a standalone bundle.
#16
mbostock
closed
7 years ago
2
Adopt UMD with default export.
#15
mbostock
closed
7 years ago
5
Support export default
#14
DenisCarriere
closed
7 years ago
0
Artifacts on degenerate input
#13
dy
closed
6 years ago
8
Fix a halfedges race condition
#12
mourner
closed
7 years ago
1
Halfedges not always pointing to opposite edge
#11
redblobgames
closed
7 years ago
3
Implement Typescript Definition for delaunator
#10
DenisCarriere
closed
7 years ago
1
Conforming/Constrained Delaunay
#9
tomvantilburg
opened
7 years ago
15
Different results between 1.0.0 and 1.0.3
#8
mcwhittemore
closed
7 years ago
3
Voronoi diagram
#7
mourner
closed
6 years ago
13
Are triangles guaranteed to be counter-clockwise?
#6
redblobgames
closed
7 years ago
1
made into an ES6 module, included rollup for umd build
#5
tomvantilburg
closed
7 years ago
9
turn into ES6 module?
#4
tomvantilburg
closed
7 years ago
8
Use hash table for convex hull edges (2x perf gain)
#3
mourner
closed
7 years ago
1
Add repository field to package.json.
#2
mbostock
closed
7 years ago
0
fix wrong mouse pointer coordinates in example
#1
MaxGraey
closed
7 years ago
8
Previous