Building
The recommended way to install signedheat3d
is via PyPI:
git clone --recursive https://github.com/nzfeng/signed-heat-python.git
cd signed-heat-python
git submodule update --init --recursive
pip install .
git submodule update --init --recursive
or git submodule update --recursive
.
Example
For a simple example project using Polyscope for visualization, see the sample Python project here.