Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skywa04885/fabrik-ik-roc-nijmegen

FABRIK IK Solver
https://github.com/skywa04885/fabrik-ik-roc-nijmegen

Last synced: 8 days ago
JSON representation

FABRIK IK Solver

Awesome Lists containing this project

README

        

# FABRIK IK Solver with Conic Limits

Simple implementation of the FABRIK (Forwards and backwards reaching inverse kinematics) algorithm. This implementation is created as an project for ROC Nijmegen (Software Development) classes. The target is to be able to solve human like skeletons in a fraction of a second, this algorithm both supports limited joints (with cones) and free joints.

## Author
1. Luke A.C.A. Rieff - [email protected]

## Reference Material
1. [FABRIK ResearchGate Publication](https://www.researchgate.net/publication/220632147_FABRIK_A_fast_iterative_solver_for_the_Inverse_Kinematics_problem)
1. [SLERP Wikipedia](https://en.wikipedia.org/wiki/Slerp)
1. [Quaternions Wikipedia](https://en.wikipedia.org/wiki/Quaternion)