Tagged Questions
0
votes
0answers
102 views
Animate 2D Human body Skeletal with Hands using JS
I am working on a JavaScript app to create interactive 2D animations in the browser.
I'd like to create a human body. Let's consider this simple scenario to better explain what I want to achieve:
I ...
0
votes
0answers
123 views
Impact js Multibody entities with animations
I have a simple impactjs project working with box2d. just a "car" that can run over some rough terrain. I would like to have the wheels spin though.
I know I could accomplish this with a sprite sheet ...