Skip to content

HSchmale16/vornoli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vornoli Generator

Generates a Vornoli diagram given an input file structed like so:

Example Diagram

Did it with linear algebra cause that's neat.

Input Format

width height numPoints
x1 y1
x2 y2
...
xN yN

Run it and test it

go build ; time ./vornoli < test.txt > t.ppm ; display t.ppm

Requires golang to be installed, and ImageMagick for display command otherwise will work on any system.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages