https://github.com/xtaci/poly2tri.cs
Automatically exported from code.google.com/p/poly2tri.cs
https://github.com/xtaci/poly2tri.cs
Last synced: 4 months ago
JSON representation
Automatically exported from code.google.com/p/poly2tri.cs
- Host: GitHub
- URL: https://github.com/xtaci/poly2tri.cs
- Owner: xtaci
- License: other
- Created: 2015-08-20T08:45:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T08:50:26.000Z (almost 11 years ago)
- Last Synced: 2024-12-31T07:15:23.840Z (over 1 year ago)
- Language: C#
- Size: 383 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
------------
Dependencies
------------
Core Library:
- .NET 3.5
Testbed:
- 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