triangle_nodefile_random, a C code which generates a set of N random nodes in M dimensions, and writes them to a file suitable for processing by Jonathan Shewchuk's triangle() program.
The information on this web page is distributed under the MIT license.
triangle_nodefile_random is available in a C version.
showme, a C code which displays the POLY files uses as input to Jonathan Shewchuk's triangle() program, and the output files that define meshes and other objects.
triangle_bench, a script which times the execution of Jonathan Shewchuk's triangle() program on a sequence of sets of randomly generated nodes in the unit square.
triangle_files, a data directory of examples of files used by the Jonathan Shewchuk's triangle() and showme() programs.
triangle_shewchuk, a C code which computes a triangulation of a geometric region, by Jonathan Shewchuk. This program is ordinarily simply known as triangle().