Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 878 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 878 Bytes

Cloth simulation in Bevy

A simple cloth simulation using mass-spring system. A web demo available here. It works better on desktop.

simulation.mp4

Installation

cargo run

Use

  • Hold left mouse button to exert FORCE around the area.
  • Hold right mouse button to REMOVE links around the area.
  • Hold mouse wheel to MOVE the camera.
  • Scroll mouse wheel to ZOOM in/out the camera.

References