Skip to content

jchristopherson/geompack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geompack

A modernization of the GEOMPACK library for computing Delaunay triangulations.

Status

Build Status Actions 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" }