Skip to content

Yvee1/Artstract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artstract

Interactive alpha-shape art

Project structure

  1. index.html contains the structure and user interface structure
  2. style.css contains the styling of the user interface
  3. scripts/app.js contains code involving the user interface
  4. scripts/game.js contains the logic for generating the output images, and the start screen background animation
  5. scripts/classes.js contains JavaScript classes
  6. scripts/quadtree.js contains the quadtree implementation
  7. scripts/quantize.js contains the median cut algorithm for color quantization
  8. scripts/delaunay.js contains the Delaunay triangulation algorithm
  9. scripts/alpha-shape.js contains the alpha shape implementation

About

Project for the course Geometric Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published