Location:
Search - JBox2D
Search list
Description: 基本JBOX2D做的一个实例,封装圆形,矩形以及多边形,绑定精灵。用愤怒的小鸟图片为例子,大家下载自己修改-JBOX2D do a basic example of package circular, rectangular and polygonal, binding wizard. Photo by angry birds as an example, we download their modified
Platform: |
Size: 1599488 |
Author: sain |
Hits:
Description: JBOX2D 是一款很好的JAVA 物理引擎。用于解决java 使用物理引擎的问题。-JBox2D is a close Java port of Erin Catto s excellent C++ Box2D physics engine. Check out the demos to see what it can do.This project has been led by dmurphy (toucansam in the forums) since mid 2010. It was started in late 2007 by quixote_arg and ewjordan, and is released under the permissive and commercial-friendly open source zlib license (as is the original Box2D engine).Documentation is available primarily in the Javadocs within the source distribution. For the moment, the best thing to do is look at the source code of the demos and see how things are constructed. Alternatively, there is extensive documentation on the C++ version of this engine at Box2D.org which, apart from minor name changes (b2Body-> Body, for instance, and in the Java port methods are camel-cased instead of capitalized), should apply equally well to JBox2D.
Platform: |
Size: 1598464 |
Author: TOM_kill |
Hits:
Description: jbox2dBox2D是一个用于游戏的2D刚体仿真库,它可以使物体的运动更加真实,让游戏场景看起来更具交互性。2D物理引擎能增强游戏世界中物体如多边形(砖块,三角形,多边形)的动作的真实感从而提高游戏质量。该引擎通过用户设定的参数如重力,密度,摩擦,弹性等参数计算碰撞,角度,力和动力等。这些计算需要大量的数学,物理等知识,如果有兴趣也可以下载其源码来研究。
Box2d同时也提供了各种语言环境的实现,由于Ophone平台使用java作为变成语言,所以我们将选择使用Box2d的java版JBox2d,这也将产生一个问题,JBox2D是用processing库来处理图像显示,所以Ophone平台上则不适用,在Ophone平台上的图像渲染主要包括两种:Canvas和Opengl ES,因此我们可以任选其中一种,这里为了配合我们的引擎实现,选择通过Opengl ES来作为渲染部分,这部分就需要我们自己来实现,其实我们也可以不使用其图像渲染部分,因为我们主要是使用Box2d来做物理检测,稍后我们会通过一个实例游戏来介绍。
-jbox2d rigid body
Platform: |
Size: 2211840 |
Author: 李佳 |
Hits:
Description: android2D游戏开发引擎JBOX2D的源代码,可以通过学习源代码,更加深入的了解JBOX2D-android2D game development engine JBOX2D source code, source code, you can learn more in-depth understanding of JBOX2D
Platform: |
Size: 517120 |
Author: liupeinye |
Hits:
Description: andoid二维碰撞检测引擎,一般来说开发android系统当遇到复杂的碰撞检测时都采用游戏引擎来实现-andoid two-dimensional collision detection engine, the general development of the android system when faced with a complex of collision detection were achieved using the game engine
Platform: |
Size: 1063936 |
Author: 胡微微 |
Hits:
Description: android jbox2d 你可以从中学习到 力 AABB 关节的使用方法-android jbox2d you can learn to use the joint force AABB
Platform: |
Size: 912384 |
Author: android |
Hits:
Description: JAVA 开发游戏,给予android 操作系统开发设计,初学者可以参考引用。-JAVA game development, giving android operating system development and design, beginners can refer to the references.
Platform: |
Size: 19468288 |
Author: FuLongXU |
Hits:
Description: jbox2d的javadoc源码
Platform: |
Size: 739328 |
Author: xiedantibu |
Hits:
Description: android的JBOX2D小车,可左右移动-android s JBOX2D car ,can move around
Platform: |
Size: 446464 |
Author: lx |
Hits:
Description: jbox2d.jar android游戏引擎jbox2-android jbox2d
Platform: |
Size: 7529472 |
Author: gordon |
Hits:
Description: 游戏物理引擎jbox2d hello world android实现-JBox2D: A Java Physics Engine
example: hello world for android
Platform: |
Size: 451584 |
Author: Miles |
Hits:
Description: JBox2D物理引擎 android 版 绘制box2d物体外形-JBox2D: A Java Physics Engine
for android
example:drawshape
Platform: |
Size: 458752 |
Author: Miles |
Hits:
Description: JBox2D物理引擎android实现CollisionFiltering 的使用例子-JBox2D: A Java Physics Engine .
An example for android.
Show how use CollisionFiltering.
Platform: |
Size: 466944 |
Author: Miles |
Hits:
Description: jbox2d物理引擎MouseJoint的使用,android实现-JBox2D: A Java Physics Engine
An example for android.Show how use MouseJoint.
Platform: |
Size: 471040 |
Author: Miles |
Hits:
Description: jbox2d物理引擎android实现Sensor的使用-JBox2D: A Java Physics Engine
An example for android.Show how use Sensor.
Platform: |
Size: 478208 |
Author: Miles |
Hits:
Description: 用java实现的物理撞球小游戏 而且基本的运行平台为安卓4.0 采用jbox2d物理引擎实现的碰撞监听和物理过程 游戏过程容易理解 代码看上去也比较舒服容易学习-Java achieve the physical billiards game and basically run platform for Android 4.0 with jbox2d physics engine to achieve collision listener and physical processes in the course of the game is easy to understand the code looks more comfortable and easy to learn
Platform: |
Size: 1925120 |
Author: 陈中杰 |
Hits:
Description: jbox2d angry bird -jbox2d angry birdjbox2d angry bird
Platform: |
Size: 1702912 |
Author: lisiwei |
Hits:
Description: 在网上搜的,与物体碰撞有关的安卓应用源码-Online search,Related to the collision with the objectAndroid app
Platform: |
Size: 1591296 |
Author: 李丹 |
Hits:
Description: Android游戏,使用JBox2D仿愤怒的小鸟-Android game Angry Birds imitation using JBox2D
Platform: |
Size: 3342336 |
Author: 月度 |
Hits:
Description: jbox2d的代码分析,非常详尽,也是android手机游戏开发的参考-jbox2d code analysis, very detailed, but also a reference android mobile game development
Platform: |
Size: 342016 |
Author: huxing |
Hits: