最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

引路蜂Android游戏编程教程

旗下网站admin92浏览0评论

引路蜂Android游戏编程教程

引路蜂Android游戏编程教程

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
发布评论

评论列表(0)

  1. 暂无评论