Skip to content

MaulingMonkey/poly2tri-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cffc9ca · Aug 27, 2015

History

52 Commits
Feb 23, 2010
Aug 27, 2015
Feb 21, 2010
Feb 21, 2010
Feb 23, 2010
Aug 24, 2010
Feb 19, 2010
Feb 21, 2010
Feb 17, 2010
Feb 17, 2010
Feb 21, 2010
Feb 21, 2010
Feb 21, 2010
Feb 17, 2010

Repository files navigation

------------
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