feat(package): voronoi: simple voronoi algoritm realization

This commit is contained in:
2025-11-14 15:51:28 +00:00
parent 6204ba5abb
commit 5a8fd0a275
6 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
```sh
sh voronoi.sh 500 500 65 "$(sh ./gen-voronoi-points.sh 400 0 0 500 0 0 500)" 0,0,255 255,0,0 \
| magick -size 200x200 xc:white -draw @- voronoi.png
```