Just a bare bones delaunay triangulation algorithm. It is the most basic of an approach you'll get to the traditional delaunay algorithm. Code is as many comments making it as easy to read as possible. If you have any questions or want some help let me know Up next:the first ultra fast voronoi diagram generator
Ive always been interested in delaunay triangulation and wanted it to be more accessible and easy to understand. A beginner to these kinds of programs will probably feel very intimidated and overwhelmed, which is why I made this. The code is 100% free to use and has many comments explaining how it works.