Triad is a 2D triangle mesh refinement application aimed at algorithm analysis and research.
This means that the application is designed and implemented to be easy to extend with new algorithms or visual properties.
Triad depends on the following libraries:
To compile simply execute
qmake && make
Open the Docs/index.html file to see the class diagram and the documentation of all the classes.
In the folder Mesh there's a 100 vertex (200 triangles aprox.) mesh.
The application uses the M2D file format, but other file formats can be implemented extending the appropiate classes. For more information about the M2D file format go to the homepage