Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Voronoi C++ =========== test.cpp is a simple application that uses voronoi.cpp and a little Lloyds Relaxation to produce output consumable by plot.py; a small python script that creates a png from output produced by test.cpp Linux ----- $ ./build.sh $ ./test | python plot.py Requires glm, python and pycairo. I may remove the glm dependency (it's use is actually very minimal) in the future... but seriously, who wouldn't want to use it anyways? Or if you insist you can remove it. You wont hurt my feelings... too badly. Windows ------- Good luck with that.