Skip to content

Commit

Permalink
Added readme which describes what this library is about and to add a …
Browse files Browse the repository at this point in the history
…link to the website of the General Polygon Clipper website.
  • Loading branch information
HorridoJoho committed Feb 5, 2014
1 parent 7e9966e commit ce0e494
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This is a .NET wrapper for your excelent General Polygon Clipper library which can be found here:
http://www.cs.man.ac.uk/~toby/gpc/

One part is written in C# and one is written in C++/CLI.
The C# part is a thin interface with "Any CPU" target to load the right library for the currently running architecture.
The C++/CLI part directly compiles gpc.cpp and provides the implementation for the thin interface of the C# part.

0 comments on commit ce0e494

Please sign in to comment.