https://github.com/maulingmonkey/poly2tri-cs
A port of poly2tri to C#
https://github.com/maulingmonkey/poly2tri-cs
c-sharp constrained-delaunay-triangulation delaunay triangulation
Last synced: 7 months ago
JSON representation
A port of poly2tri to C#
- Host: GitHub
- URL: https://github.com/maulingmonkey/poly2tri-cs
- Owner: MaulingMonkey
- License: other
- Created: 2010-02-16T05:57:10.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T21:09:13.000Z (about 10 years ago)
- Last Synced: 2025-03-16T07:23:02.576Z (7 months ago)
- Topics: c-sharp, constrained-delaunay-triangulation, delaunay, triangulation
- Language: C#
- Homepage: http://wiki.github.com/MaulingMonkey/poly2tri-cs/
- Size: 1.12 MB
- Stars: 123
- Watchers: 14
- Forks: 46
- Open Issues: 6
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
------------
Dependencies
------------Core Library:
- .NET 3.5Testbed:
- WinForms----------------------------------------------
Building the Testbed
----------------------------------------------Poly2Tri.sln contains everything. Just build it.
----------------------------------------------
Running the Examples
----------------------------------------------Poly2Tri.sln contains everything.
To run an example from the solution:
Right click on one of the example projects in the solution explorer:
SwfTest
Click "Set as StartUp Project" in the menu
Run the project:
Click the green run arrow icon
or go to the Debug menu -> Start Debugging
or use a keyboard shortcut (F5 or F6(?) by default depending on configuration)----------------------------------------------
Links
----------------------------------------------poly2tri Project Page http://code.google.com/p/poly2tri/
C# port project page http://github.com/MaulingMonkey/poly2tri-cs