Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 322 Bytes

File metadata and controls

15 lines (9 loc) · 322 Bytes

Cloth Simulation

Simple cloth simulation based on Verlet Integration

Building and Running

Build with make

If you want to run it with the OpenGL renderer/3D (not finished) build with make RENDERER_USE_GL=1

Run with ./clothsim

Dependencies required:

  • SDL2
  • OpenGL (If rendering with OpenGL renderer)