项目作者: johnnyawesome

项目描述 :
The famous Voronoi Diagram, coded in P5JS
高级语言: JavaScript
项目地址: git://github.com/johnnyawesome/VoronoiDiagram.git
创建时间: 2021-04-11T15:25:08Z
项目社区:https://github.com/johnnyawesome/VoronoiDiagram

开源协议:MIT License

下载


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 computing-resources:

VoronoyDiagramCells