A set of specifications and software tools for saving, loading, and working with data files for use with custom scientific visualization software. VisCDF is built on top of the NetCDF open standard for creation, access, and sharing of array-oriented scientific data.
Build the project:
make
# build release
make opt
# build debug
make debug
Install the project:
make install
If you would like to contribute to the project, please read Contributing and Collaborating.