From ec6b333d1920f2c5731d87caa8d6763e4592225b Mon Sep 17 00:00:00 2001 From: Josh Heinrichs Date: Thu, 26 Jan 2017 21:55:21 -0600 Subject: [PATCH] Add screenshot to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ebbe159..242e331 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ An application built for real-time rendering and analysis of Delaunay triangulations made with JavaFX 8. This program was written as part of an undergraduate research project done under Dr. Keil at the University of Saskatchewan. +![Screenshot](/docs/screenshot.png) + This program supports most edge cases, although that isn't formally tested. There currently isn't support for displaying multiple versions of non-unique Delaunay triangulations. The algorithm used to compute the Delaunay triangulation is also inefficient (O(n^4) complexity), so the program will slow down quickly above 50 or so points.