Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 739 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 739 Bytes

FABRIK implementation in Typescript

Trying it out

npm run start

What is this?

A Typescript implementation of the FABRIK algorithm described by Aristidou and Lasenby. The current version of is, for the most part, a line by line transposition of the original pseudocode.

Display of IK limb written using a light brush of D3.

Status

In development but working for single limbs of arbitrary length.

When was it written?

August 2019 -> now

Next steps

  • Unit tests
  • Library-ize
  • Functionalize the largely imperative code of the fabrik implementation
  • Genericize for multiple limb-ends