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'} 引路蜂Android游戏编程教程_第1张图片 Guidebee Android Game Engine Tutorials
  • Android Gradle Project
  • Basics
  • Packages
  • Game Logic
  • Basic Graphics
  • Texture & TextureRegion
  • TextureAtlas
  • Handling Input and On Screen Game Pad
  • Sound and Music
  • Scenery and TiledMap
  • SVG Image and Unmanaged Assets
  • Collision Detection
  • Microedition Game API
  • Bring Physics to your Game World
  • UI Components and HUD Components
  • Camera and Viewport basics
  • User Interface and UI Components
  • Animate With Actions
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'} 引路蜂Android游戏编程教程_第2张图片 Guidebee Android Game Engine Box2D Tutorials
  • Introduction
  • Basic Concepts
  • Control Player
  • Body Types
  • Shape Types
  • Apply Forces and Impulses to Bodies
  • Collision Detection and Collision Filter
  • Sensors
  • Ray Casts
  • Joints
  • More on Bodies
  • The world

更多相关文章

  1. Android 异步加载图片
  2. android手机中图片的拖拉及浏览功能
  3. Android studio图片ERROR: 9-patch image xx .9.png malformed
  4. 麦子学院Android应用开发工程师视频教程 共18章
  5. 【Android Studio使用教程2】Android Studio创建项目
  6. android studio 完整安装教程,已完全实践过
  7. [置顶] 【Android】 基于XMPP Smack框架 开发QQ教程:目录

随机推荐

  1. unity3d 调用 android sdk 接入
  2. iOS和wikipeadia集成的技术实现
  3. VelocityTracker的用法
  4. 禁止ViewPager左右滑动事件
  5. Android——API23以上需要的动态权限
  6. Android入门之SeekBar(纯java)
  7. android 常见bug 整理
  8. SQLite 的应用实例
  9. 得到DeviceId:
  10. Android(安卓)监听锁屏、解锁、开屏 操作