lemmingapex / voronoi-diagram-mosaics

Create mosaics using voronoi diagrams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voronoi Diagram Mosaics

Create mosaics using voronoi diagrams

alt text

Compile It

Depends on openGL headers. On debian based systems:

sudo apt-get install mesa-common-dev  
sudo apt-get install libglu1-mesa-dev  
sudo apt-get install freeglut3-dev  

make

Run It

./VoronoiDiagramMosaics <input.ppm>  

Notes

You need the openGL headers installed. Tested for linux. Should compile for both mac and linux.

About

Create mosaics using voronoi diagrams

License:MIT License


Languages

Language:C++ 90.3%Language:Makefile 9.7%