1.7 KiB
1.7 KiB
image triangulation experiment
this is an experiment for the web browser. it uses the delaunay triangulation algorithm to alter an image.
this experiment is very much based on the triangulation image generator script. it includes several speed enhancements. it is my goal to make it fast enough for use with real time streaming input, e.g. from a web cam.
you can fine another experiment that applies the the triangulation to text input here: http://snorpey.github.io/text-triangulation/
third party code used in this experiment
- some parts of the code code from triangulation image generator by akm2, MIT license
- delaunay js by ironwallaby, public domain
- html5slider by fryn, MIT license
- js signals by millermedeiros, MIT license
- superfast boxblur for canvas by quasimondo, MIT license
- require js, by jrburke, BSD & MIT license
