Yao Wei Tjong 姚伟忠 0c96975249 Merge commit '661527824a9364865142e46c2a46b2e57f64c8ce' as 'Source/ThirdParty/Assimp' 8 years ago
..
poly2tri 0c96975249 Merge commit '661527824a9364865142e46c2a46b2e57f64c8ce' as 'Source/ThirdParty/Assimp' 8 years ago
AUTHORS 0c96975249 Merge commit '661527824a9364865142e46c2a46b2e57f64c8ce' as 'Source/ThirdParty/Assimp' 8 years ago
LICENSE 0c96975249 Merge commit '661527824a9364865142e46c2a46b2e57f64c8ce' as 'Source/ThirdParty/Assimp' 8 years ago
README 0c96975249 Merge commit '661527824a9364865142e46c2a46b2e57f64c8ce' as 'Source/ThirdParty/Assimp' 8 years ago

README

==================
INSTALLATION GUIDE
==================

------------
Dependencies
------------

Core poly2tri lib:
- Standard Template Library (STL)

Testbed:
- gcc
- OpenGL
- GLFW (http://glfw.sf.net)
- Python

Waf (http://code.google.com/p/waf/) is used to compile the testbed.
A waf script (86kb) is included in the repositoty.

----------------------------------------------
Building the Testbed
----------------------------------------------

Posix/MSYS environment:

./waf configure
./waf build

Windows command line:

python waf configure
python waf build

----------------------------------------------
Running the Examples
----------------------------------------------

Load data points from a file:
p2t

Random distribution of points inside a consrained box:
p2t random

Examples:

./p2t dude.dat 300 500 2
./p2t nazca_monkey.dat 0 0 9

./p2t random 10 100 5.0
./p2t random 1000 20000 0.025