What are the best 2D animation formats that could be used for android games
I know that its possible to use a sequence of images in a sprite, howeve开发者_如何学运维r, I would like to have something more decent, frame rate dependent, similar to some 3D available formates.
I would prefer something, vector based, similar to Flash, if any.
Thanks
I've seen some great results from SVG, which is a standard format that's supported by programs like Adobe Illustrator. http://code.google.com/p/svg-android/ is an SVG parser/renderer for Android. I haven't tried it myself but it looks promising.
精彩评论