Tag Archive for andengine

Voice Fighter for Android

Voice Fighter for Android is Open Source! Check it out on github !

https://github.com/czyang/Voice-Fighter-Android

Note a solution about embed the ads above the andengine game

"How to embed the ads above the game " is my topic in andengine forums, I just copy to here for note the problem's solution. Goto the topic in the forums:http://www.andengine.org/forums/development/how-to-embed-the-ads-above-the-game-t1483.html

Q.how to add a ads above game, and how to control the ads's visibility?(I want to show the ads when game over and hide the ads when the game running, Just like Farm tower )

A.

I solved some problem with the admob's ads, now I just note these problem for someone may need.



1.If you just use the setVisibility() to invisible a ads, the ads will be disappear and the space where the ads was taken will be unclickable(untapable). then you need the setEnabled() to hide the ads completely. code is :



Read more

AndEngine初步

AndEngine 是一个Android平台下基于OpenGL ES的免费(LGPL协议)2D游戏引擎。他的作者是德国人:Nicolas Gramlich

AndEngine 内置了Box2D物理引擎,你可以非常方便的在你的程序里面使用物理效果。


AndEngine相关资料

AndEngine的官方网站:http://www.andengine.org/

他的源码保存在google code 上面你可以从这里下载:http://code.google.com/p/andengine/

AndEngine的Wiki      你想知道AndEngine可以做哪些游戏的话请看:http://wiki.andengine.org/List_of_Apps_and_Games

注:签出引擎代码的时候你可以在你的Eclipse下安装 Mercurial 插件http://www.vectrace.com/mercurialeclipse/(推荐)或者直接下载Mercurial用命令行签出http://mercurial.selenic.com/downloads/

这里是几篇比较有用的AndEngine英文教程(这些教程来自AndEngine论坛  http://www.andengine.org/forums/tutorials/):

Getting started with AndEngine  http://www.andengine.org/forums/tutorials/getting-started-with-andengine-t11.html

Eclipse, AndEngine and HelloWorld!!! http://www.andengine.org/forums/tutorials/eclipse-andengine-and-helloworld-t380.html

Mimminito’s Tutorial List http://www.andengine.org/forums/tutorials/mimminito-s-tutorial-list-t417.html


AndEngine功能强大并且易于使用,作者非常活跃。虽然AndEngine缺少文档,但是作者提供了非常多并且非常全面的示例程序,AndEngine Examples, http://code.google.com/p/andengineexamples/ 。里面把AndEngine的主要功能都做了演示,这些实例程序非常简洁,100多行的程序就能够实例很复杂的功能,虽然同样缺少文档。“好代码本身就是最好的文档。”(Steve McConnell,《代码大全》的作者) 。AndEngine的代码非常清晰。AndEngine缺少官方的手册和规范的文档,但是你可以从AndEngine 的 论坛http://www.andengine.org/forums/ 里面找到许多非常不错的英文教程,如果你遇到问题你可以先用论坛的搜索功能搜索,一般都能够发现别人之前的解决方案,如果你的问题没有得到解决的话,可以在论坛里面提问,论坛的成员和作者都非常热情并且活跃,能够在短时间内解决你棘手的问题。

在使用AndEngine前你需要具备一些Android平台的编程能力,Java的编程能力,这不是必须的,不过如果你不具备的话很可能你会遇到很多困难(你也可以同时学他们)。

下面的我将写如何使用AndEngine:

使用AndEngine写一个简单的程序,你首先得下载AndEngine的源码(http://code.google.com/p/andengine/)这个不是必须的,因为AndEngine引擎的jar 库你可以在 AndEngine Examples里面找到,你下载AndEngine后你可以自己做一些简单的修改,并且可以获取最新的AndEngine更新,建议下载。

下载AndEngine Examples  http://code.google.com/p/andengineexamples/ AndEngine Examples有apk版的,可以直接下载进手机里面运行。这一步对于刚刚接触AndEngine的人是必须的,你可以吧AndEngine Examples 看成是一个非常好的实例教程,AndEngine论坛里的某人曾经说过,他每天都要在手机里面运行 AndEngine Examples里面的所有例子两次以上以学习AndEngine ! 可见 AndEngine Examples 的重要性。

Read more

开发者买android 手机的参考!

这个PDF是通过 AndEngine 的BenchMark程序测试出来的数据,对于 Android 游戏开发者 买 手机 是一个非常好的参考。

AndEngine是一个Android 的游戏引擎http://www.andengine.org 作者是:Nicolas Gramlich

http://andengineexamples.googlecode.com/hg/doc/benchmarks.pdf

另外一个对android 程序开发很具参考价值的是:

经过持续14天的收集,在2010年12月1日,android 系统的使用情况

http://developer.android.com/resources/dashboard/platform-versions.html