InteractiveComputerGraphics / PositionBasedDynamics

PositionBasedDynamics is a library for the physically-based simulation of rigid bodies, deformable solids and fluids.
MIT License
1.92k stars 362 forks source link

Cloth Simulation as a dependency #142

Closed aeggler closed 2 years ago

aeggler commented 2 years ago

I am trying to use the cloth simulator as a dependency. When including the header files in my code, the compiler finds them, but not the recursive ones. Adding PBD as a subdirectory did not help. So what is the best way to include position-based dynamics as a dependency?