Jean-Cloth is a verlet cloth solver c++ plugin, i wrote as a project to play around with GPGPU computation. You can choose to either solve parallel on the GPU using Nvidia CUDA or on the CPU using OpenMP. That project definetly gave me a better understanding of parallel computing on the GPU and how/when to use it. I also turned this into a design exercise with C++ that thaught me a lot about Polymorphism and C++ in general.
Big Thanks to Michael Bußler for some much appreciated help.