Intrinsic Triangulations in Rust
In this repo is code I wrote following along with the Nicholas Sharp, Mark Gillespie, Keenan Crane's course on geometry processing with intrinsic triangulations. Also check out the course repo, which has more detailed comments.
The binary target of this project generates two files distance.csv
and faces.csv
, which I use to visualize the results of the pegasus heat distance using Polyscope. In order to generate the csvs, run:
cargo run --release
To visualize the results (requires potpourri3d and polyscope), run:
python visualize.py