Skip to content

Commit

Permalink
Update instructions on how to build for the mac.
Browse files Browse the repository at this point in the history
Save readme.
  • Loading branch information
fire committed Sep 18, 2024
1 parent d1ef959 commit 38f8d89
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions modules/robust_skin_weight_transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ Sample code for the Siggraph Asia 2023 Technical Communications paper - [Robust

Python bindings for [libigl](https://github.com/libigl/libigl-python-bindings)

[Polyscope](https://polyscope.run/py/installing/)

## Running

### Simple Transfer

```python
pip3 install libigl polyscope robust_laplacian
python3 src/main.py
brew install micromamba
/opt/homebrew/opt/micromamba/bin/micromamba shell init -s zsh -p ~/micromamba
source ~/.zshrc
micromamba create --name robust_weight_transfer -c conda-forge python=3.10
micromamba activate robust_weight_transfer
arch -arm64 pip3 install libigl robust_laplacian
python src/main.py
```

This will perform a simple transfer of weights from a sphere to the plane above it.
Expand Down

0 comments on commit 38f8d89

Please sign in to comment.