LA
Low-Poly Image Generator
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)
Thanks to the next guys
This project is inspired by:
- 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
Some packages are used:
- delaunator for delaunay triangulation of points
- sobel for image edge detectation

