Skip to content

A .NET C# port of the lightweight C++ library for polygon partition and triangulation.

License

Notifications You must be signed in to change notification settings

JamesK89/PolyPartSharp

Repository files navigation

PolyPartSharp

A .NET port, in C#, of the lightweight C++ library for polygon partition and triangulation.

This project is in its initial stages so it may be a little rough such as only the ear clipping algorithm have being ported. The library may be subject to change in the near future to cleanup the code and make things more .NET style.

See the original project page for more details on the library itself.

###Demo Project The demo project PolyDemo uses Eto for the UI. Left click to place a vertex and when finished press middle mouse to triangulate, and press right mouse at any time to clear.

###License Code released under the MIT license with credit to Ivan Fratric.

About

A .NET C# port of the lightweight C++ library for polygon partition and triangulation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages