Skip to content

Commit bd09e1a

Browse files
jtorresfabragithub-actions[bot]
authored andcommitted
Add dreieck triangulation library (#8337)
Dreieck is adding support for triangulation using monotone decomposition. This enables much faster triangulation of complex polygons while having a fallback to earcut for simpler polygons and also in case the triangulation fails (very weird case). For gl-js <public> Change one render test threshold to be on par with native </public> cc @mapbox/gl-native cc @mapbox/sdk-ci cc @mapbox/maps-ios cc @mapbox/maps-android GitOrigin-RevId: 5f275a9ff9617802c17435e1b366112839d782ca
1 parent 1824e83 commit bd09e1a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

LICENSE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,19 @@ THIS SOFTWARE.
10431043

10441044
---
10451045

1046+
### dreieck,1.0.0,PROPRIETARY,Mapbox,https://github.com/mapbox/dreieck
1047+
1048+
```
1049+
Mapbox Dreieck
1050+
1051+
All rights reserved.
1052+
1053+
Copyright (c) 2025 Mapbox
1054+
1055+
```
1056+
1057+
---
1058+
10461059
### eternal,1.0.1,ISC,Mapbox,https://github.com/mapbox/eternal
10471060

10481061
```

0 commit comments

Comments
 (0)