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