Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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, however, 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

like image 205
Majid Avatar asked Nov 13 '22 20:11

Majid


1 Answers

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.

like image 172
Ian Ni-Lewis Avatar answered May 11 '23 05:05

Ian Ni-Lewis