Sunday, May 8, 2011

Android game development - libgdx

Couple of weeks ago I did a quick research about writing games for Android and I found libgdx. I encourage everyone writing games for Android to take a look on it. It is really great! You can run the same code as a desktop application or as Android app (I haven't try it on the device yet). It covers bunch of useful APIs, including for example box2d wrapper, audio, graphics, json, etc.

1 comment:

Anonymous said...

Thank you for the reference to libgdx, it seems like a valuable cross-platform development library. The additional six lines of code needed to adapt to android game development proves its flexible API. Multi-platform game development is in high demand with the continual influx of smart phones and mobile devices in the market.