This project will help you generate a low-poly triangulated image from any source image. This project can also help you get some other artistic effect like poisson discs.
Project website
(Original Photo by Landovan on Unsplash)
- Web page design: Trianglify.io
- image triangulation setting: snorpey's image triangulation demo
- image triangluation work-flow: a zhihu answer about low-poly image generation by Ovilia@Github
- Poisson discs generation algorithm: Mike Bostock’s Block: Poisson-Disc
- delaunator for delaunay triangulation of points
- sobel for image edge detectation