FABRIK implementation in C++.
See synopsis.hpp for the API.
Examples:
This project uses the C++ submodule manager and the
browser samples depend on Emscripten. If you have the
cppsm command in path, and the
emsdk
environment variables, then you can just clone and test this project:
cppsm clone "git@github.com:polytypic/fabrik.cpp.git" v1
cd fabrik.cpp
CC=emcc cppsm testTo test the browser samples you will need to serve the docs folder. For
example, using
npx
you could say npx serve docs and then
point your browser to
http://localhost:5000/basic.