摘要: A Starter Class defines the entry point (starting point) of a Libgdx application,Starter Class定义libgdx应用的的进入口Once booting has finished, theLibgdx fram... 阅读全文
posted @ 2014-03-30 23:28 暴走的豆浆 阅读(227) 评论(0) 推荐(0) 编辑
摘要: libgdx的生存周期被分为了几个界限很明确的时期,Libgdx定义了ApplicationListener 接口包含六个方法public interface ApplicationListener {public void create ();public void resize (int wid... 阅读全文
posted @ 2014-03-30 23:00 暴走的豆浆 阅读(351) 评论(0) 推荐(0) 编辑
摘要: Libgdx provides six core modules that allow you to access the various parts of thesystem your application will run on. What makes these modules so gre... 阅读全文
posted @ 2014-03-30 22:35 暴走的豆浆 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 今天开机后eclipse就打不开了,出现了eclipse fail to create java virtual machine的提示,于是去网上找解决办法,看到一篇博客解决了这个问题,很多网友都评论好用,估计是博客的年代比较久远(2010年的http://blog.csdn.net/yuanfei... 阅读全文
posted @ 2014-03-30 13:09 暴走的豆浆 阅读(417) 评论(0) 推荐(0) 编辑