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 buildThe 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" }