/poly2tri.python

Automatically exported from code.google.com/p/poly2tri.python

Primary LanguageC++

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

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

  Core poly2tri lib:
  - Cython (0.14.1)
  
  Testbed:
  - Pygame

  Building:
  - setuptools

----------------------------------------------
Building the library
----------------------------------------------

python setup.py build_ext -i

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

python test.py <filename> <translate-x> <translate-y> <zoom>

Examples:

  python test.py data/dude.dat 100 -200 1
  python test.py data/nazca_monkey.dat 400 300 4.5