Android

Libraries and apps for a better Android.

Android Game Framework

Warning: work in progress!

This is a game framework for android. It manages Game, Level, and DrawableComponents, GameLoop, and Activity events. For understandability: this is not an engine. It's just a framework.

Idea

Instantly programming game logic instead of hacking some game loop and level management. Just create a Game, add a Level and some DrawableGameComponents. Implement their update and draw methods and run it on Android. As easy as that.

Variation

OpenGL support is comming soon. It should enable drawing 3D models.

Docs comming soon.

Also feel free to join. (Checkout broken branch.)

Visit on GitHub