FABRIK implementation in C++
  • C++ 91.2%
  • CMake 5.8%
  • Shell 3%
Find a file
2020-10-28 21:35:47 +02:00
.cppsm@351eee2d3e Upgraded deps 2020-10-25 00:56:24 +03:00
docs Upgraded deps and using emscripten wrapper lib 2020-10-28 21:35:47 +02:00
equipment Upgraded deps and using emscripten wrapper lib 2020-10-28 21:35:47 +02:00
internals Upgraded deps and using emscripten wrapper lib 2020-10-28 21:35:47 +02:00
provides Upgraded deps and using emscripten wrapper lib 2020-10-28 21:35:47 +02:00
requires Upgraded deps and using emscripten wrapper lib 2020-10-28 21:35:47 +02:00
scripts Initial 2020-10-22 10:15:51 +03:00
.clang-format Initial 2020-10-22 10:15:51 +03:00
.gitignore Initial 2020-10-22 10:15:51 +03:00
.gitmodules Upgraded deps and using emscripten wrapper lib 2020-10-28 21:35:47 +02:00
.prettierrc Initial 2020-10-22 10:15:51 +03:00
.travis.yml Initial 2020-10-22 10:15:51 +03:00
CMakeLists.txt Initial 2020-10-22 10:15:51 +03:00
README.md Do not include basic example if not building with Emscripten 2020-10-24 21:17:07 +03:00

FABRIK.C++ Build Status Code Coverage

FABRIK implementation in C++.

See synopsis.hpp for the API.

Examples:

Building

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 test

To 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.