An implementation of Baraff et al.'s "Untangling Cloth" algorithm, Global Intersection Analysis which focuse on resolving the intersection between two meshes which are forced to intersect each other at the beginning of a simulation. This was an outcome of a 1 week project by Sara Samy and Sachin Kishan under the mentorship of Zachary Ferguson under the MIT SGI 2024 program.
- Clone the repository
- Create a "build" subdirectory.
- Run cmake
- This should create a project build for you to run the code yourself depending on your OS with all dependencies.