2D constrained Delaunay triangulation library
Go to file
zzzzrrr 654b838fdb fixed extra qualification 2010-01-22 10:20:16 -05:00
poly2tri fixed extra qualification 2010-01-22 10:20:16 -05:00
testbed uncrustified code 2010-01-21 09:00:09 -05:00
README code cleanup 2010-01-21 11:20:56 -05:00
waf checked in c++ code 2010-01-17 11:41:09 -05:00
wscript fixed edge pointer bug - yay 2010-01-19 17:23:38 -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 <data file> <zoom>

Example:

  ./build/default/p2t testbed/data/dude.dat 1.0