首页 > 移动平台 > 详细

引路蜂Android游戏编程教程

时间:2015-12-07 12:31:57      阅读:307      评论:0      收藏:0      [点我收藏+]
Guidebee Android Game Engine
Guidebee Game Engine(GGE), whose core is based on libgdx ,but instead of trying to be a cross-platform game visualization development framework, GGE is focus on Android platform and provide much easier Game API interfaces and enforce game development best practices for Android game developers, and since it’s just a game engine (library) for Android ,you can still access all features Android platform supports quite easily. GGE has build-in Box2D physics support, Entity System Framework for cleaner game logic design, Tween Engine and Actions for Animations, 99% of the time you don’t need to know anything about OpenGL ES before you start game programming, supports SVG rendering and vector drawings. it also provides Java ME Game API similar interfaces thus make it more convenient to port old Java ME games to Android platform. It also makes most collision detection algorithms available for majorities of all game scenarios.
dependencies {    ...    compile ‘com.guidebee:game-engine:1.0.0‘}
技术分享
技术分享
Guidebee Android Game Engine Tutorials
Box2D
To use guidebee android game engine in your project in your build.gradle
add the following
dependencies {    ...    compile ‘com.guidebee:game-engine:1.0.0‘}
技术分享
技术分享
Guidebee Android Game Engine Box2D Tutorials

引路蜂Android游戏编程教程

原文:http://blog.csdn.net/mapdigit/article/details/50203535

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!