Skip to content

Commit

Permalink
Add test/buidl pass badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RudyTheDev committed Jun 18, 2023
1 parent 7fc8a61 commit 087a6ca
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
@@ -1,3 +1,5 @@
![build_and_test](https://github.com/RudyTheDev/SharpVoronoiLib/actions/workflows/test.yml/badge.svg)

# SharpVoronoiLib

C# implementation of generating a Voronoi diagram from a set of points in a plane (using Fortune's Algorithm) with edge clipping and border closure. This implementation guarantees O(n×ln(n)) performance.
Expand Down

0 comments on commit 087a6ca

Please sign in to comment.