dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.77k stars 235 forks source link

feat: add simple inverse-kinematics solver for multibodies #632

Closed sebcrozet closed 1 month ago

sebcrozet commented 1 month ago

This PR adds a simple jacobian-based inverse-kinematics solver to multibodies.

https://github.com/dimforge/rapier/assets/1734958/da2b17a4-3cf0-470a-ab8f-80fb876e953a

Added

Modified

Sirmadeira commented 1 month ago

Man that looks cool