# PhysicSimulation **Repository Path**: vineleven/PhysicSimulation ## Basic Information - **Project Name**: PhysicSimulation - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-01 - **Last Updated**: 2021-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: 测试 ## README # PhysicSimulation Physic Simulation using Unity # TestRope A rope simulation project. You can run the demostration at /assets/scenes/TestRope A short result like following image. ### Euler method spring factor : 1000 rest length : 1 grivaty value : -9.8 air resistance factor: 0.05 ![Image text](https://github.com/HanochZhu/PhysicSimulation/blob/master/Image/RopeSimulation.gif) ### Verlet Method Result ![Image text](https://github.com/HanochZhu/PhysicSimulation/blob/master/Image/RopeSimulationVerlet.gif)