문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top