All Projects → snorpey → Triangulation

snorpey / Triangulation

Licence: mit
image triangulation experiment

Programming Languages

javascript
184084 projects - #8 most used programming language

image triangulation experiment

this is an experiment for the web browser. it uses the delaunay triangulation algorithm to alter an image.

triangulation experiment screen shot

online demo

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 find another experiment that applies the triangulation to text input here: http://snorpey.github.io/text-triangulation/

triangulation effect code

if you're a developer and just interested in the code for the triangulation effect, there's a separate repository for that: triangulate-image.

build script

the build script takes care of concatenating and minifying all scripts and styles. it uses gruntjs.

please make sure that both nodejs and grunt-cli are set up properly on your machine.

run npm install from within the build/ folder to install the dependencies of the build script.

to build, run grunt production from within the build/ folder. the optimized files will get copied to the production/ folder.

third party code used in this experiment

license

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].