FABRIK/README.md

434 B

FABRIK in C

Implementation of 2D FABRIK in C. Drawing and input handling are done with raylib.

Build instruction

  1. Install raylib
  2. Set the RAYLIB_DIR in the Makefile
  3. make

Usage

  • LMB to set the root position
  • f to toggle mouse following
  • o and p to decrease and increase the length respectively

Disclaimer

This is a toy program. Probably won't get any more serious than this.