Skip to content

SafeKing/CIS-563-Jello-Cube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CIS-563-Jello-Cube

I implemented Jello Cube Simulation using C++
Jello Cube is implemented using a particle based mass-spring system, in which the particles are connected by structur bend and shear spring (structural springs are between neighbor particles, shear springs are between diagonal neighbor particles, and bend spring are between every second, third, and fourth spring.
Integrated over time with RK4, the simulation uses a penalty based constraint system to handle collision and interpenetrations. When the particle comes close to the surface, a strong force is applied to the particle in order to get it out of surface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.1%
  • C 17.2%
  • HTML 6.9%
  • XSLT 3.0%
  • CSS 0.8%