Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Does anybody know what kind of system developers are using for fluid simulation in iPhone games? It doesn't seem like they're using a Navier-Strokes simulation to me.

share|improve this question

2 Answers

up vote 1 down vote accepted

Check out the blog: http://mediocregames.wordpress.com/

Posts like this might help you: http://mediocregames.wordpress.com/2011/09/08/getting-the-water-flowing/

They are the makers of Sprinkle: http://itunes.apple.com/us/app/sprinkle-water-splashing-fire/id447791438?mt=8 https://play.google.com/store/apps/details?id=com.mediocre.sprinkle&hl=en

share|improve this answer

My game is 2D so I'm using a particle emitter to get a water effect.

If you're looking at using a 3d engine see:

http://benbritten.com/2009/05/19/fun-with-unity/

The particle emitter I'm using can be found on 71squared.

Also see:

Top down water view, cocos2d

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.