Skip to content

amlucas/sdfTools

Repository files navigation

sdfTools

Documentation Status

A simple tool with python interface to create signed distance function fields.

Installation

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 [email protected]:amlucas/sdfTools.git --recursive
cd sdfTools
python -m pip install .

The installation can be tested by invoking

cd tests
./run.sh test_*.py

Releases

No releases published

Packages

No packages published