** Linux compatible version **
This is a C++ port of isogrid Processing library by wblut with a Houdini plugin.
- CMake
- C++ compiler
From the repository folder:
mkdir build ; cd build
HFS=/opt/hfs21.0.440/
cmake .. -DHFS="~/houdini21.0"
cmake --build . --config Release

