S-Shaped Curve with PathCubic
-
I'm trying to create a spline in QTQuick using a ShapePath component, however I'm a bit lost and don't know where to start. The following gif and images are a reference for the result that I'm looking for, that type of deformation:
I think it is composed of different components: A line -> 2 or 3 curve or Cubic Path with control points that may change dynamically to adjust the curve as you move the nodes -> another line at the end.
Any pointer in the right direction is appreciated.