easy-iso

Iso-surface extraction from volume data
git clone https://git.0xfab.ch/easy-iso.git
Log | Files | Refs | Submodules | README | LICENSE

commit 909e2ab181c788610f176c0d5f5797d73bc76ae9
parent 113a55825390294c92d1a152778ad3b83e2017ad
Author: Fabian Wermelinger <fab4100@posteo.net>
Date:   Fri, 26 Jul 2024 15:39:05 +0200

Add README file

Diffstat:
AREADME | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,17 @@ +# Iso-surface extraction + +Iso-surface extraction using marching cube algorithm. Uniform input data is +read from HDF5 file or custom wavelet compressed data (optional). + + +# Build and install + +Options can be configured in `Makefile.config` and built using `make`. + + +# Dependencies + +* MPI +* OpenMP +* HDF5 +* fpzip/zfp (https://computing.llnl.gov/projects/floating-point-compression) [optional]