Skip to content

pinglu85/IKSolver-for-threejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IK Solver for three.js

Get started

Install Parcel and the dependencies...

npm install -g parcel-bundler
cd IKSolver-for-threejs
npm install

...then start Parcel

npm run dev

Navigate to localhost:1234. You should see the app running.