johnnyawesome / VoronoiDiagram

The famous Voronoi Diagram, coded in P5JS

Home Page:https://breaksome.tech/coding-a-voronoi-diagram-in-p5js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VoronoiDiagram

The famous Voronoi Diagram, coded in P5JS

There are three variations of the code available!

Voronoy Diagram

The Folder "VoronoyDiagram" contains a fast and efficient variation:

VoronoiDiagram

Voronoy Diagram Pixel Perfect

The Folder "VoronoyDiagramPixelPerfect" contains a Pixel-Perfect, but slow variation:

VoronoiDiagramPixelPerfect

Voronoy Diagram Cells

The Folder "VoronoyDiagramCells" contains a beautiful, animated cells-variation, which also requires more resources:

VoronoyDiagramCells