Reputation: 25
I'm working on a project in Unity and found the Triangle.Net package (http://triangle.codeplex.com/) to be useful for helping me generate triangulations. However, I have no idea what to do with the files once I download them. I've been searching around for the longest time about how to even get started with .net libraries, but have not found a single source. Could anyone guide me in the right direction?
I'm using MonoDevelop 4.0.1 if that is relevant.
Upvotes: 1
Views: 3277
Reputation: 292345
Since there is apparently no binaries available, you will have to build the project yourself.
Upvotes: 2