Skip to content

An openGL and C implementation of a cloth simulation.

Notifications You must be signed in to change notification settings

mattreiss/Cloth-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloth Simulation

An openGL and C implementation of a cloth simulation.

To Run

Mac

  • cc -framework GLUT -framework OpenGL -framework Cocoa cloth_simulation.c -o cloth
  • ./cloth

Linux

  • make
  • ./cloth

About

An openGL and C implementation of a cloth simulation.

Resources

Stars

Watchers

Forks

Packages

No packages published