SkillAgentSearch skills...

Fortune

Fortune's algorithm for Voronoi diagram creation implemented in Java

Install / Use

/learn @ajwerner/Fortune
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

fortune

Fortune's algorithm for Voronoi diagram creation implemented in Java.

This implementation is based on the description of the algorithm from Computational Geometry: Algorithms & Applications. A short report documenting the design of this implementation can be found here.

Build

ant

Also the pre-compiled Jar can be found in /dist

Run

to make it animate the construction of a Voronoi diagram over N random points in the unit square:

java -jar dist/Voronoi.jar <N>

to make it run a timing study:

java -Xmx2G -jar dist/Voronoi.jar

screenshot

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated9mo ago
Forks3

Languages

Java

Security Score

82/100

Audited on Jun 27, 2025

No findings