2D constrained Delaunay triangulation library
Go to file
zzzzrrr 5dbe785975 added p2t namespace 2010-01-22 19:50:35 -05:00
poly2tri added p2t namespace 2010-01-22 19:50:35 -05:00
testbed added p2t namespace 2010-01-22 19:50:35 -05:00
CONTRIBUTORS documentation cleanup 2010-01-22 15:08:55 -05:00
LICENSE changed license headers 2010-01-22 15:03:43 -05:00
README documentation cleanup 2010-01-22 15:08:55 -05:00
waf checked in c++ code 2010-01-17 11:41:09 -05:00
wscript code cleanup 2010-01-22 15:41:22 -05:00

README

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

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

  Core poly2tri lib:
  - Standard Template Library
  
  Testbed:
  - gcc
  - OpenGL
  - GLFW (http://glfw.sf.net)
  - Python
 
Waf (http://code.google.com/p/waf/) is used to compile the testbed, and  
the Python 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
----------------------------------------------

p2t <filename> <center-x> <center-y> <zoom>

Examples:

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