Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 508 Bytes

2DClothSim

  • Dependencies: SDL2

Very basic mass-spring system based cloth simulation

Display Image

Video

Installation:

Install SDL2 on your machine and set the SDL_DIR CMake variable accordingly

Configure and build the project using CMake

Issues:

This was developed on Windows using the MSVC compiler. If Linux or Mac users encounter any issues with g++ or clang, please open an issue.