Skip to content

Basic cloth simulation using Verlet integration that can be run in Windows using Docker.

License

Notifications You must be signed in to change notification settings

Abdusshh/ClothSimulationForWindows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloth Simulation

Very simple cloth simulation using Verlet position based physics.

image

Commands

Command Action
Left click Move view
Wheel Zoom
Right click Move cloth
Middle click Cut cloth

Compilation

You need XServers to run Docker containers with GUI.

Launch the XServers app.

Create a Docker image with the given Dockerfile and run the following commands after moving the original ClothSimulation folder into the container that you have created from the image. Then an executable should be generated and you can run it.

cd ClothSimulation/
chmod 777 install.sh
./install.sh

About

Basic cloth simulation using Verlet integration that can be run in Windows using Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.1%
  • CMake 2.9%
  • Other 1.0%