Tagged Questions
8
votes
1answer
800 views
2D Skeletal Animation Transformations
I have been trying to build a 2D skeletal animation system for a while, and I believe that I'm fairly close to finishing. Currently, I have the following data structures:
struct Bone {
Bone ...
7
votes
1answer
1k views
Creating a 2D skeleton animation system for use with Panda3D
Hey. I want to be able to create a system for 2D skeletal animation in my game. I'm using panda3d as my game engine. I'd like to be able to make simple bone structures and skin them with my sprites. I ...
1
vote
2answers
1k views
anyone knows any open skeletal/bones 2d animations framework for java?
Some examples could be the animations framework used in Aquaria, or in Crimson Legend.