From e3fa1432212691fc7ca7ef1901523448b1215e23 Mon Sep 17 00:00:00 2001 From: eppz Date: Sat, 17 Jun 2017 07:42:21 +0200 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d1259f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# **Triangle.NET** (beta 4) by Christian Woltering + +Triangle.NET generates 2D (constrained) Delaunay triangulations and high-quality meshes of point sets or planar straight line graphs. It is a C# port of Jonathan Shewchuk's [Triangle](http://www.cs.cmu.edu/~quake/triangle.html) software. + +## Attribution + +This C# libray is created and maintained by Christian Woltering. This repository is a fork of the original [**Triangle.NET** repository at CodePlex](https://triangle.codeplex.com). + +## License + +> Licensed under the [**MIT License**](https://en.wikipedia.org/wiki/MIT_License). \ No newline at end of file