Skip to content

Commit 80c94c4

Browse files
authored
Add a reference to MyGAL in the README
1 parent 556978a commit 80c94c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A C++ implementation of the Fortune's algorithm for Voronoi diagram construction
44

55
I wrote an [article](https://pvigier.github.io/2018/11/18/fortune-algorithm-details.html) about this project on my blog, feel free to read it!
66

7+
You may be interested by [MyGAL](https://github.com/pvigier/MyGAL) which is the follow-up of this project. I turned it into a library and fix many edge cases making it way more robust.
8+
79
![Screenshot 1](https://github.com/pvigier/FortuneAlgorithm/raw/master/images/voronoi.png)
810

911
## Build

0 commit comments

Comments
 (0)