Implementation of 2D FABRIK in C. Drawing and input handling are done with raylib.
- Install raylib
- Set the RAYLIB_DIR in the Makefile
make
- LMB to set the root position
f
to toggle mouse followingo
andp
to decrease and increase the length respectively
This is a toy program. Probably won't get any more serious than this.