issues
search
mapbox
/
earcut.hpp
Fast, header-only polygon triangulation
ISC License
858
stars
133
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Timeline for next release
#117
jnordin20
opened
2 days ago
0
Stability and determinism of the earcut algorithm
#116
Sakars360
closed
2 months ago
4
Is this box calculated incorrectly? Is it missing a point?
#115
YouGuess1114
closed
2 months ago
2
On node to rule them all
#114
clement-welsch
closed
2 months ago
1
Fix unused but set variable
#113
dzen03
closed
9 months ago
1
Coverity scan fails
#112
mourner
opened
1 year ago
1
The Ear Point judgment
#111
Coveryandcovery
closed
1 year ago
2
Builds wrong indices array for concave polygon
#110
xahon
closed
1 year ago
2
missing triangle
#109
christophegithubtts
closed
1 year ago
2
Incorrect Triangulation
#108
afcsoft
closed
1 year ago
1
Adjustments to avoid dereferencing p if NULL
#107
starseeker
closed
1 year ago
4
Helper function for earcutting just a std::vector<> of points
#106
Andersama
opened
2 years ago
1
Member function of Earcut Assumes that the point type has a size member function
#105
gracicot
closed
2 years ago
5
Export earcut_hpp package and allow installation of the earcut.hpp header
#104
gracicot
closed
2 years ago
3
New test “issue142” in 2.2.4 fails on aarch64, ppc64le, s390x
#103
musicinmybrain
opened
2 years ago
1
Port bugfixes 2.2.4
#102
kkaefer
closed
2 years ago
0
Fix potential nullptr dereference in `Earcut<N>::sortLinked(Node* list)` when compiling with `-Wnull-dereference`
#101
damiandixon
closed
2 years ago
2
'cut' introduced in complex polygon
#100
jucon-bv
closed
2 years ago
1
Update glfw to v3.3.6
#99
birkskyum
closed
1 year ago
0
Add missing #include <stdexcept>
#98
birkskyum
closed
2 years ago
0
Test “self_touching” fails on aarch64, ppc64le, s390x
#97
musicinmybrain
opened
3 years ago
5
Include headers for everything used in std::
#96
musicinmybrain
closed
3 years ago
1
Please consider adding a version tag on commit 6d18edf0ce046023a7cb55e69c4cd9ba90e2c716 or later
#95
gsrhodes
closed
3 years ago
4
Port infinite loop fix
#94
mourner
closed
3 years ago
1
Any way to make this use even-odd rule?
#93
jwwalker
opened
3 years ago
1
Endless loop in the filterPoints function
#92
shlem
closed
2 years ago
1
When I use Clipper to cut polygons, sometimes I get some separated polygons and some holes. How can I use earcut to process these separated polygons?
#91
jellychen
closed
3 years ago
8
fix infinite loop in cureLocalIntersections
#90
randomdude7332
opened
3 years ago
12
Infinite loop in cureLocalIntersections
#89
randomdude7332
opened
3 years ago
2
How to clip with an outside polygon
#88
hanthuyen8
closed
4 years ago
1
Issues with triangulating a polygon with 3d coords
#87
Atuljust11
closed
3 years ago
1
Fix another edge case (v2.2.2 parity)
#86
mourner
closed
4 years ago
1
Clang-Tidy static analysis warning: dereference of a null pointer
#85
0xb8
closed
3 years ago
2
Transfer Appveyor project to Mapbox?
#84
mourner
closed
4 years ago
4
Convert tests to header-only for faster builds
#83
mourner
closed
5 years ago
3
Fix rare case with touching holes (parity with earcut v2.2.1)
#82
mourner
closed
5 years ago
0
install ccache via mason
#81
springmeyer
closed
5 years ago
3
Optimize Travis macOS builds
#80
mourner
closed
5 years ago
1
Do not run bench on CI
#79
mourner
closed
3 years ago
4
Viz app broken on recent OS X
#78
springmeyer
opened
5 years ago
1
Use ccache to speed up recompiles
#77
springmeyer
closed
5 years ago
6
Fix a ton of robustness issues
#76
mourner
closed
5 years ago
1
Extremely long compilation time for testing
#75
mourner
opened
5 years ago
8
Fix race condition when connecting coincident holes
#74
mourner
closed
5 years ago
4
Colinear point creating an issue
#73
pmoulon
opened
5 years ago
2
Fix url for Container
#72
pboyer
closed
5 years ago
1
[Question] Using custom std::vector<Point> class
#71
sidazhang
closed
5 years ago
1
"simple" shape comes out triangulated incorrectly
#70
SimonDanisch
closed
5 years ago
2
Create jsonexample.cpp
#69
donbright
closed
5 years ago
2
benchmarks built without optimization ?
#68
donbright
closed
5 years ago
4
Next