Skip to content

Commit

Permalink
Add screenshot to README
Browse files Browse the repository at this point in the history
  • Loading branch information
joshheinrichs authored Jan 27, 2017
1 parent 8928bf9 commit ec6b333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ec6b333

Please sign in to comment.