I’ve been playing with this idea where you could use kangaroo 2 as a very simple crowd simulator. The method is simple: lock a point to a curve and give it a load in the tangent direction of the closet point on said curve. After that, mix in some circles/collisions/boundaries and different strengths to the goals to balance the system.
The problem I’m having is it seems there is no way to update the load on the point to be the new tangent vector of the line as the point moves. Maybe this isn’t possible or maybe I’m not noticing some nifty component in kangaroo 2. Thank you for any help you can offer.
This example uses a slightly different approach, using directions on a mesh rather than a curve, but similar application and maybe useful for you:
Pulling along the tangent vector at the closest point on a curve as you describe would also be possible, but I think it would need a (fairly simple) custom Goal.