mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-03-11 14:04:45 +01:00
================== 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
Description
Languages
C++
94.2%
C
3.7%
CMake
1.5%
Meson
0.6%