This is a simple Voronoi diagram generator. Voronoi diagrams are a type of diagram where a series of defined points are assigned the region in the plane where they're closer to any given point than any other defined point. This project works by checking which is the point closest to each pixel in the screen, then coloring it accordingly. In simpler words, each region is painted the color of its closest point. Choose the number of points and watch!