Libgdx
Libgdx is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux, Mac OS X, Android, your WebGL enabled browser and soon iOS.
Official Site
Issues Tracker (Google Code), include a link to your pull request if applicable
Wiki (Google Code)
Forum Come here to ask questions about Libgdx
Join us on irc.freenode.net, #libgdx
Follow us on Twitter @badlogicgames
Follow our blog for the latest updates
Compiling the Code
This project has a few prerequisites but primarily uses the ant build tool. If you wish to compile the code then just check it out and:
cd /path/to/libgdx
ant
And it should compile.
Examples
There are a number of example games in the source. Some of them include:
- metagun
- superjumper
- gdx-vertorpinball
- rtm
- very angry robots
To see how to use libgdx you can either go to the wiki (which has plenty of good information) or read through these example projects. Once again, if you get stuck just drop in to the friendly forums.