# Projective Dynamics A projective dynamics simulation of a deer. We randomized all vertices' positions in the initial state (A larger version is in our video). ## How to run: CUDA: ``` python3 pd.py --model ./models/deer.1.node --arch cuda ``` CPU: ``` python3 pd.py --model ./models/deer.1.node --arch cpu ``` ## Results ![projective-dynamics](figures/projective-dynamics.png)