Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgraf812/poly2tri.cs
Automatically exported from code.google.com/p/poly2tri.cs
https://github.com/sgraf812/poly2tri.cs
Last synced: about 2 months ago
JSON representation
Automatically exported from code.google.com/p/poly2tri.cs
- Host: GitHub
- URL: https://github.com/sgraf812/poly2tri.cs
- Owner: sgraf812
- License: other
- Created: 2016-01-10T23:24:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T23:31:21.000Z (almost 9 years ago)
- Last Synced: 2024-10-13T10:42:36.418Z (3 months ago)
- Language: C#
- Size: 274 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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