WIP of an inverse kinematics for WebVR to create full body avatars.
The code still needs to be fully debugged and does not working correcty yet.
Please do! Together we can bring full body avatars to the web!
First make sure you have Node installed.
On Mac OS X, it's recommended to use Homebrew to install Node + npm:
brew install node
To install the Node dependencies:
npm install
To serve the site from a simple Node development server:
npm start
Then launch the site from your favourite browser:
Distributed under an MIT License.