The libGDX project is a cross-platform game development library written in Java, with some JNI code for performance hungry sections. It abstracts away the differences between writting desktop, Android and HTML5 games based on standards like OpenGL ES/WebGL. Applications can be prototyped and developed entirely on the desktop, then only 6 lines of code are needed to run your app on Android or HTML5.

Post tutorial RSS Related Tutorials
Seven Tips for Starting Game Developers
Totem Spirits

Seven Tips for Starting Game Developers

Totem Spirits Management

Useful tips for those who want to get started as a game developer.

Modding tutorial 0: Setting up the workspace
Sinking Simulator

Modding tutorial 0: Setting up the workspace

Sinking Simulator Client Side Coding

A tutorial showing you how to setup your workspace