# T1 Run the Starter Project

#### Build and Run

Download the starter project, build and run it with Visual Studio or VS Code.

You should be able to see the following:

<figure><img src="https://3464970502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3JUKGJZ67JX02QZdPhsy%2Fuploads%2FA4hNPaACkIQlLXWDDPLd%2Fimage.png?alt=media&#x26;token=78567c20-2472-4dc2-a722-00839426c439" alt="" width="375"><figcaption></figcaption></figure>

But pressing the **Space Bar** won't make the cloth animate becuase those simulation code is not ready.

#### Project Code Structure

The code is based on our codebase with many restructuring.

The key files for simulation is ClothCim.h and ClothSim.cpp.

The mesh model for the cloth is a PlaneMesh whose vertex data is directly used by class ClothSim.
