Closed zhoubin-me closed 1 week ago
Integrating soft body simulation with an existing simulator takes a lot more work than writing a simple demo example. The best approach is really to write a new simulator from scratch, but it takes too much time. And alternative approach we often take is to couple 2 simulators at the time-step level, which may be what you are more interested in. To couple your custom physical simulator with SAPIEN (or really any other simulator), you could follow these steps.
Thanks for your suggestion!
I'm trying to build simulation for soft material, e.g. cloth simulation. I did find vulkan examples about it:
https://github.com/SaschaWillems/Vulkan/blob/master/examples/computecloth/computecloth.cpp
Really appreciate if you can give some suggestions on how to make integrate it with sapien, thank you!