views:

51

answers:

3

I want to show water flowing from one container to another in iphone app.

Can some suggest me how to do it .. by open gl or by simply couple of images??

Plzz help me

+1  A: 

You can probably make some decent-looking water flowing by particle effect. The particles flows down by gravity and is colored transparent blue, and a little bit "foggy with a splash". For more challenge, the particles should agglutinate together into a single bigger particle when they're near each other.

You may want to look at this tutorial if you want a truly realistic water effect and doesn't mind burning too much CPU. (I haven't really read it yet though)

Lie Ryan
A: 

Even if you know OpenGL that would be too much work, better create an animation with other software export it as a movie or images and show that in your program ;)

nacho4d
A: 

Have you had a look at this SO question? (it points to other questions)

rano