mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-05 05:49:54 +01:00
44 lines
832 B
Plaintext
44 lines
832 B
Plaintext
==================
|
|
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 |