Skip to content

gregtatum/sketch-delaunay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delaunay Triangulation

A quick sketch for me to understand what's going on with delaunay triangulation. Kudos to Mikola Lysenki's delaunay triangulation module and circumcenter module.

Building

Requires npm and browserify to be installed. Clone or download this repo and then run npm install in the directory. This should install the needed modules. Then run npm start to automatically load up a prototyping server. To save your changes and build the results run npm run build.

About

A quick sketch demonstrating delaunay triangulation using 2d canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published