From 7566a949e1e37a2abfb63efbc420c42aa96e1d7d Mon Sep 17 00:00:00 2001 From: Zizhou Huang Date: Wed, 22 Oct 2025 10:41:02 -0700 Subject: [PATCH] Update README to reflect GCP toolkit status Added a note about GCP being merged into IPC toolkit and repository maintenance status. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec04f248e..838eb4c0d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Description -GCP toolkit is a set of reusable functions to integrate [Geometric Contact Potential](https://huangzizhou.github.io/research/smooth-contact.html) (GCP) into a simulation, built on top of the [IPC toolkit](https://github.com/ipc-sim/ipc-toolkit). +GCP toolkit is a set of reusable functions to integrate [Geometric Contact Potential](https://huangzizhou.github.io/research/smooth-contact.html) (GCP) into a simulation, built on top of the [IPC toolkit](https://github.com/ipc-sim/ipc-toolkit). **GCP has been merged into [IPC toolkit](https://github.com/ipc-sim/ipc-toolkit) and this repository is no longer being actively maintained.** ## Features @@ -31,4 +31,4 @@ This is not a full simulation library. As such it does not include any physics o | SmoothCollisionTemplate | EdgeEdgeCollision, FaceVertexCollision, etc. | Specific collision pair type | | SmoothCollisionsBuilder | CollisionsBuilder | To construct collision pairs from collision candidates | | SmoothCollisions | Collisions | Collection of all collision pairs | -| SmoothContactPotential | BarrierPotential | Collision potential | \ No newline at end of file +| SmoothContactPotential | BarrierPotential | Collision potential |