Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 835 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 835 Bytes

Dranimate FAST Skinning Library

Leverages this libigl implementation of the FAST paper.

Prerequisites

CMake (use "cmake --version" to check existing install)
Emscripten (use "emcc" to check existing install)

Install

git clone https://[email protected]/batchku/Dranimate/_git/Dranimate-FAST
cd Dranimate-FAST
git clone https://github.com/libigl/libigl.git

Build

./build.sh

Update Web App

cd Dranimate-FAST
git commit -a -m "new version"
git push
cd Dranimate
npm update dranimate-fast