What is the most performant 2D graphics engine for use with Android?
Posted
by
nbolton
on Stack Overflow
See other posts from Stack Overflow
or by nbolton
Published on 2010-12-20T15:49:29Z
Indexed on
2010/12/21
12:54 UTC
Read the original article
Hit count: 190
I have managed to make a hello world JBox2D application, and it works (I have some bouncing balls). However, I just read a comment on a forum post, which claims that JBox2D produces a lot of garbage, and so causes animation to be poor. Is this true?
If yes, then what other 2D engines are available to me? I would very much like to use a physics engine for my 2D game, even if it's just a very simple one.
© Stack Overflow or respective owner