|
Project Information
Links
|
Lite version of LibGDX, we only support (all from libGDX): - Graphics: based on OpenGL ES 1.x/2.0, help with low-level OpenGL and high-level classes for 2D rendering (sprite rendering, text rendering etc.). Highly optimized specifically for Android devices and Dalvik.
- Audio: easy to use Sound and Music classes.
- Math: comprehensive math package for 2D and computation geometry tasks.
- Utilities: collections, specifically optimized to not make the Dalvik garbage collector go crazy.
- Standard ant build script.
Features remove from libGDX: - Box2D is removed by default.
- Audio analysis tools and native Ogg and Mpg3 decoders removed.
- Desktop-backend removed.
|