A simple tool with python interface to create signed distance function fields.
Installing the tool requires:
- unix environment
- compiler supporting
c++17
or higher - cmake 3.12 or higher
- python interpreter 3.6 or higher
- pip
git clone git@github.com:amlucas/sdfTools.git --recursive
cd sdfTools
python -m pip install .
The installation can be tested by invoking
cd tests
./run.sh test_*.py