I am trying to find if in the WPF or Silverlight model there is any pattern of fabric modeling.
So far, this is what I found:
This was done in DirectX and then used as ImageBrush in WPF, but I mean without DirectX and without C ++ dependency.
This was done in Flash and even Javascript, so this is definitely a possible performance:
http://www.andrew-hoyer.com/experiments/cloth
There are several .NET libraries, but basically it is only 2d (or does not support soft body systems)
So would I really be the first on the planet to do this in Silverlight? This is hard to believe.
source
share