geompack
September 15, 2023 ยท View on GitHub
A modernization of the GEOMPACK library for computing Delaunay triangulations.
Status
Documentation
Documentation can be found here
Building GEOMPACK
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" }