  |
CGAL - Computational Geometry Algorithms Library - http://www.cgal.org/
A collaborative effort to develop a robust, easy to use, and efficient C++ software library of geometric data structures and algorithms. |
  |
Triangle - http://www.cs.cmu.edu/~quake/triangle.html
Jonathan Richard Shewchuk's Two-Dimensional Quality Mesh Generator and Delaunay Triangulator. |
  |
Amenta's Directory of Computational Geometry Software - http://www.geom.uiuc.edu/software/cglist/
Lot of categories and links. |
  |
Polymake - http://www.math.tu-berlin.de/polymake/
A tool for the algorithmic treatment of polytopes and polyhedra. |
  |
Qhull - http://www.qhull.org/
Computes convex hulls, Delaunay triangulations, Voronoi diagrams, half-space intersections about a point, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. |
  |
Computational Geometry Code - http://compgeom.cs.uiuc.edu/~jeffe/compgeom/code.html
Jeff Erickson's links to freely available implementations of geometric algorithms and software. |
  |
Fast Robust Predicates for Computational Geometry - http://www.cs.cmu.edu/~quake/robust.html
C code for orientation and incircle tests using adaptive-precision floating-point arithmetic |
  |
Gmsh - http://www.geuz.org/gmsh/
Gmsh is a three-dimensional finite element mesh generator, primarily Delaunay, with built-in pre- and post-processing facilities. Gmsh is freely available for Windows and most UNIX platforms. |
  |
GTS - The GNU Triangulated Surface Library - http://gts.sourceforge.net/
Open-source library for manipulating 3D triangular surface meshes. Delaunay triangulations, robust geometric predicates, robust boolean set operations on surfaces, surface refinement and coarsening, level-of-detail, k-d trees, volume and curvature, strips generation. |
  |
Surface Evolver - http://www.susqu.edu/facstaff/b/brakke/evolver/
Free interactive program for modelling liquid surfaces shaped by various forces and constraints, e.g., minimal surfaces (bubbles). Applies gradient descent to minimize energy. Available for most platforms. |