geompack3, a Fortran90 code which handles certain computational geometry problems, including the Delaunay triangulation and Voronoi diagram and can carry out analogous operations for points in 3D and in N-dimensional space. The original Fortran77 version is by Barry Joe.
The information on this web page is distributed under the MIT license.
geompack3 is available in a Fortran90 version
dutch, a Fortran90 code which carries out tasks in computational geometry.
geometry, a Fortran90 code which performs geometric calculations in 2, 3 and N dimensional space.
geompack, a Fortran90 code which contains a subset of the routines in GEOMPACK3, but only those for certain 2D calculations.
tet_mesh_display_opengl, a C++ code which reads a tet mesh and displays the nodes and edges using OpenGL.
Original Fortran77 version by Barry Joe; This version by John Burkardt.