当前流行游戏引擎
为什么会选择libgdx学习呢?理由如下面:
1.rokon和jpct-ae都推荐使用,而且都可能整合libgdx。
2.libgdx全面,性能好,强大,适合长远学习。

什么是libgdx

下载libgdx

安装使用libgdx
Android project setup

Before doing these steps, the Android SDK must first be installed.

Create a new Android project in Eclipse: File -> New -> Project -> Android Project. Name it appropriately (eg, "gamename-android"). For build target, check "Android 1.5". Specify a package name (eg, "com.gamename"). Next to "Create Activity" enter "AndroidGame". Click Finish.
Go to the project folder on the file system and create a subfolder named libs. From the nightly zip, place gdx-backend-android.jar and the armeabi and armeabi-v7a folders in the libs folder.
In Eclipse, right click the project -> Refresh. Right click again -> Properties -> Java Build Path -> Libraries -> Add JARs, select gdx-backend-android.jar and click OK.
Click Add JARs again, select gdx.jar under the main project and click OK.
Click the Projects tab, click Add, check the main project and click OK twice.

libgdx框架入口生命周期

学习资料

更多相关文章

  1. 图片加载框架简单介绍 ImageLoader 的基本使用
  2. Android中横竖屏切换时Activity的生命周期
  3. 升级到3.6.3 之后,原项目出现错误 Found tag id where item is ex
  4. Android横竖屏切换Activity生命周期变化
  5. 网络请求框架之Retrofit2.0基本讲解
  6. Android游戏框架AndEngine使用入门
  7. Android(安卓)github开源进度条类框架SmoothProgressBar的使用
  8. android生态之应用篇
  9. Java HTTP 网络请求库框架的使用

随机推荐

  1. python在文本开头插入一行
  2. Python爬虫(一):基本概念
  3. Python 学习笔记二
  4. python 报错——Python TypeError: 'modu
  5. python获取外网IP并发邮件
  6. 在Python中,如何在使用WPF的程序中自动控
  7. CentOS下实现Flask + Virtualenv + uWSGI
  8. PySide-QtWebKit: CSS font-family没有效
  9. python学习笔记10(函数一): 函数使用、调用
  10. python爬取csdn的博客内容