Voronoi Diagrams in Java: The Secret Geometry Behind Everything Cool
Overview
Explore Voronoi diagrams in Java: master core ideas, practical algorithms, and libraries, perfect for Java devs into GIS, games, or networking.
Details
Voronoi diagrams help solve problems in GIS/maps, games, and networking, but more importantly they make pretty pictures! Come see what a Voronoi diagram is, and how to build one with java. We'll look into the algorithms used, and see some of the java libraries that do it for you. Also maybe get into a little math
