Add package delaunator. (#2625)

This commit is contained in:
patternspandemic 2023-06-08 07:53:28 -07:00 committed by GitHub
parent 7435e9c381
commit d9876349de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30473,5 +30473,20 @@
"description": "A quick media server in nim", "description": "A quick media server in nim",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"web": "https://github.com/arashi-software/shio" "web": "https://github.com/arashi-software/shio"
},
{
"name": "delaunator",
"url": "https://github.com/patternspandemic/delaunator-nim",
"method": "git",
"tags": [
"delaunay",
"voronoi",
"dual graph",
"library"
],
"description": "Fast 2D Delaunay triangulation. A Nim port of Mapbox/Delaunator.",
"license": "Unlicense",
"web": "https://github.com/patternspandemic/delaunator-nim",
"doc": "https://patternspandemic.github.io/delaunator-nim/"
} }
] ]