An open API service indexing awesome lists of open source software.

https://github.com/upf-gti/ik-threejs

Inverse Kinematics solvers for threejs. Implementation of different algorithms: CCD, FABRIK and a mix of both.
https://github.com/upf-gti/ik-threejs

ccd fabrik ik inversekinematics threejs-example

Last synced: 7 months ago
JSON representation

Inverse Kinematics solvers for threejs. Implementation of different algorithms: CCD, FABRIK and a mix of both.

Awesome Lists containing this project

README

          

# IK-threejs
![status: development](https://img.shields.io/badge/status-development-blue.svg)

Inverse Kinematics solvers with constraints (ball-socket and hinge) for Threejs. Implementation of different algorithms: [CCD](https://sites.google.com/site/auraliusproject/ccd-algorithm), [FABRIK](https://www.researchgate.net/publication/271771862_Extending_FABRIK_with_model_constraints) and a mix of both.

Documentation and guide [here](./docs/IKSolver.md).