English 中文(简体)
Powder Physics Games
原标题:

Does anyone have any experience with this sort of thing?

I m talking about applets like this http://dan-ball.jp/en/javagame/dust/

I m really interested in how they work, it seems more like fluid-dynamics than regular game physics. Does anyone know any open source variations, or any hints on how they might work? I think it would be really fun and challenging to work on something like this, but I m not sure where to start researching...

Thanks :)

最佳回答

One place you can look is at Processing.org. There you can find some examples of those types of programs, including the source and some decent explanations. It is java-like, but not entirely java.

问题回答

I ve played around with both phys2d and jbox2d. I find Phys2d is easier to use.





相关问题
Class or Metaclass Design for Astrodynamics Engine

Gurus out there: The differential equations for modeling spacecraft motion can be described in terms of a collection of acceleration terms: d2r/dt2 = a0 + a1 + a2 + ... + an Normally a0 is the ...

ePic - what’s the relations with physics?

What is the relation with Physics and techniques ? I am interested in learning the algorithms followed in this 3d photo viewer ePic. Any other known physics engine ?

Collision Detection between Accelerating Spheres

I am writing a physics engine/simulator which incorporates 3D space flight, planetary/stellar gravitation, ship thrust and relativistic effects. So far, it is going very well, however, one thing that ...

Triangle - Triangle Intersection Test

I d like to know if there is out there some tutorial or guide to understand and implement a Triangle-Triangle intersection test in a 3D Environment. (i don t need to know precise where the ...

Farseer Physics XNA Geom Tripping

I have an issue similar to http://farseerphysics.codeplex.com/Thread/View.aspx?ThreadId=72364 I have a rectangle player geom, and many rectangle tile geoms lined up next to each other. Occasionally ...

Falling object in Box2D should rotate due to centre of mass?

I m trying to simulate a falling balloon in Box2DAS3. What is important is that balloon falls the such that the bottom part were you blow it up rotates towards the bottom if it s knock sideways or is ...

iPhone fluid simulation

Somebody know fluid engine for iphone?I need water and gases simulation.

热门标签