chinedufn / skeletal-animation-system

A standalone, stateless, dual quaternion based skeletal animation system built with interactive applications in mind
https://chinedufn.github.io/skeletal-animation-system/
250 stars 24 forks source link

cannot find module when run demo #15

Closed juicycool92 closed 5 years ago

juicycool92 commented 5 years ago

Hellothere, thanks for making awesome modules, but i got error while trying to demo.

what i did

$ git clone https://github.com/chinedufn/skeletal-animation-system
$ cd skeletal-animation-system
$ npm install
$ npm run demo

get error msg like

Cannot find module 'C:\Users\Jay\Desktop\prototypes\skeletons\skeletal-animation-system\demo\webgl\browser-entry.js'
skeletal-animation-system\

can anyone help?

Thanks

chinedufn commented 5 years ago

Hey!

Hmmm - looks like the demo was removed while we were moving to a new demo that never got completed.

For now you can try an older commit:

git clone https://github.com/chinedufn/skeletal-animation-system
git checkout 269f65f1bece6c9d98ddaf0460ad67ad356975ab
cd skeletal-animation-system
npm install
npm run demo
chinedufn commented 5 years ago

Let me know if you have any other issues!

juicycool92 commented 5 years ago

Let me know if you have any other issues!

work fantastic! thanks.