CodingTrain / CodingTrain/Suggestion-Box
Voronoi Diagrams
Open
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
To create a set of random points ("seeds") in a canvas, then break up & color the canvas into regions where every point is the same color as the "seed" point closest to it. (It'd also be nice to get an example of the related Delaunay Triangulation, but I can't quite put that into words, so I'll just link the wikipedia pages for both [Voronoi Diagrams](https://en.wikipedia.org/wiki/Voronoi_diagram) and [Delaunay Triangulations](https://en.wikipedia.org/wiki/Delaunay_triangulation).)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.