Interactive alpha-shape art
index.html
contains the structure and user interface structurestyle.css
contains the styling of the user interfacescripts/app.js
contains code involving the user interfacescripts/game.js
contains the logic for generating the output images, and the start screen background animationscripts/classes.js
contains JavaScript classesscripts/quadtree.js
contains the quadtree implementationscripts/quantize.js
contains the median cut algorithm for color quantizationscripts/delaunay.js
contains the Delaunay triangulation algorithmscripts/alpha-shape.js
contains the alpha shape implementation