aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-05-22 22:19:42 +0200
committerAdrian Kummerlaender2016-05-22 22:19:42 +0200
commitea094bf6abe23b1091982c28bde98643dc135e92 (patch)
treeb26357c64286dfc0413dd41b2e3744e5b956412f
parente4b2f9be772d44038d998d647114c078d93e4fbc (diff)
downloadvoronoi-ea094bf6abe23b1091982c28bde98643dc135e92.tar
voronoi-ea094bf6abe23b1091982c28bde98643dc135e92.tar.gz
voronoi-ea094bf6abe23b1091982c28bde98643dc135e92.tar.bz2
voronoi-ea094bf6abe23b1091982c28bde98643dc135e92.tar.lz
voronoi-ea094bf6abe23b1091982c28bde98643dc135e92.tar.xz
voronoi-ea094bf6abe23b1091982c28bde98643dc135e92.tar.zst
voronoi-ea094bf6abe23b1091982c28bde98643dc135e92.zip
Add README.mdHEADmaster
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ed6476d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# voronoi
+
+...an exploration of Voronoi diagrams in C++.
+
+Execute `voronoi.sh` to generate an animated GIF of the transition between a Voronoi diagram based on the Manhattan metric and one based on the Euclidean metric.
+
+An animation of the unit sphere may be generated using `unit_circle.sh`.
+
+Freely available under the terms of the MIT license.
+
+## Example
+
+![Transition between the Manhattan and Euclidean metric](https://static.kummerlaender.eu/media/voronoi_cycle.gif)
+
+## Dependencies
+
+* C++ compiler with support for C++14
+* [CMake](https://cmake.org/)
+* [Imagemagick](http://www.imagemagick.org/)
+* [fish](http://fishshell.com/)