I would like to do Cloth Simulation in iOS. My idea is to show a curtain with a holder over the window and do slide In/Out animation based on user action. If the user wants, they can extend the curtain height/ width on button action. I wish to show a simulation based on user action.
To do this, I tried multiple ways
- Used SceneKit with BallSocketJoints and Physical force. It doesn’t help.
- Searched for a soft body module in Scenekit but doesn’t have that feature.
- I tried to integrate the Bullet engine. It shows integration issue I am unable to fix it.
- Then, I looked for a wrapper framework PhyKit , It also doesn’t include SoftModule wrapper files.
In which way I can solve my need. Your ideas could be very much appreciated.
Thank you