A modernization of the GEOMPACK library for computing Delaunay triangulations.
Documentation can be found here
CMakeThis library can be built using CMake. For instructions see Running CMake.
FPM can also be used to build this library using the provided fpm.toml.
fpm build
The GEOMPACK library can be used within your FPM project by adding the following to your fpm.toml file.
[dependencies]
geompack = { git = "https://github.com/jchristopherson/geompack" }