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