-
Notifications
You must be signed in to change notification settings - Fork 43
/
README.txt
36 lines (28 loc) · 975 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
------------
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