OSDN Git Service

Merge branch 'master' of https://github.com/libgdx/libgdx into misc
[mikumikustudio/libgdx-mikumikustudio.git] / README.md
1 # Libgdx\r
2 \r
3 Libgdx is a cross-platform Java game development framework based on \r
4 OpenGL (ES) that works on Windows, Linux, Mac OS X, Android, your\r
5 WebGL enabled browser and iOS.\r
6 \r
7 #### The [Libgdx Official Site][1] hosts downloads, documentation and contains useful links\r
8 #### The [community-maintained wiki][4] hosted at Google Code will explain much of Libgdx\r
9 #### Use the [Badlogic Forum][5] to ask questions about Libgdx\r
10 #### Follow the [Badlogic Blog][2] for the latest Libgdx news\r
11 #### Use the [Issue Tracker][3] to post concrete bug reports (with a pull request if possible)\r
12 #### Chat with us on IRC at irc.freenode.net, #libgdx\r
13 #### Follow [@badlogicgames][6] on Twitter\r
14 \r
15 ## Compiling the Code\r
16 \r
17 Be sure to understand the [prerequisites][7] required for Libgdx.\r
18 \r
19 See [Running Demos &\r
20 Tests][8] for\r
21 instructions on getting the basics working with the source tree.\r
22 \r
23 See the [Source Building wiki page][9] for instructions on building\r
24 native code and building distribution images.\r
25 \r
26 You do not have to compile Libgdx, you can [download][A] official\r
27 releases and nightly build snapshots from [libgdx.badlogicgames.com][A].\r
28 \r
29 ## Libgdx Usage Examples\r
30 \r
31 There are a number of example games included in the source. Some of them include:\r
32 \r
33  - metagun\r
34  - superjumper\r
35  - gdx-vertorpinball\r
36  - rtm\r
37  - very angry robots\r
38  - pax-britannica\r
39 \r
40 To see how to use libgdx you can either go to the [wiki][4] (which has plenty of good information) or read through\r
41 these example projects.  The test cases in `tests/gdx-tests/` are another good source of sample code.\r
42 Once again, if you get stuck just drop in to the friendly [forums][5].\r
43 \r
44  [1]: http://libgdx.badlogicgames.com\r
45  [2]: http://www.badlogicgames.com\r
46  [3]: http://code.google.com/p/libgdx/issues\r
47  [4]: http://code.google.com/p/libgdx/wiki/TableOfContents\r
48  [5]: http://www.badlogicgames.com/forum\r
49  [6]: http://www.twitter.com/badlogicgames\r
50  [7]: http://code.google.com/p/libgdx/wiki/Prerequisits\r
51  [8]: http://code.google.com/p/libgdx/wiki/SourceRunningDemos\r
52  [9]: http://code.google.com/p/libgdx/wiki/SourceBuilding\r
53  [A]: http://libgdx.badlogicgames.com/download.html