From 3eabf390d342440925fef72e4223fb4bf780bd9b Mon Sep 17 00:00:00 2001 From: Vera Gonzalez Date: Fri, 20 Sep 2024 15:53:04 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04aab5e..bbae669 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ In particular, emphasis has been placed on making smooth animations for the tran Polyblade runs on [WGPU](https://github.com/gfx-rs/wgpu) and [Iced](https://github.com/iced-rs/iced). Using the PST distance algorithm for efficient all pairs shortest paths in the unweighted undirected graphs represented by polyhedra, none of the vertex position data is deterministic. Instead, this distance matrix is used to create spring forces between every node pair $v_i, v_j$ where $v_n \in G$. Proportional to their distance in the graph structure $G$, the springs inflate the polyhedron to proportional size, allowing us to visualize these strucutres even when they break convexity. + #### Conway Roadmap - [x] Ambo - [x] Kis