The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
3answers
3k views

2D water with dynamic waves

New Super Mario Bros has really cool 2D water that I'd like to learn how to create. Here's a video showing it. When something hits the water, it creates a wave. There are also constant "background" ...
29
votes
4answers
3k views

How to render 2D particles as fluid?

Suppose you have a nice way to move your 2D particles in order to simulate a fluid (like water). Any ideas on how to render it? This is for a 2D game, where the perspective is from the side, like ...
7
votes
2answers
1k views

Water simulation in Isometric game

I'm creating a game in Flash AS3 in which the player needs to modify land in order to direct the water in the right direction. However, water simulation is a new topic for me and I'm kinda stuck. It ...
0
votes
2answers
2k views

What fluid simulation system is used in iPhone games?

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.
0
votes
1answer
164 views

What concepts are there for interactive water?

I want water to be a gameplay object in my game. The player should be able to take in in a bucket and tip it out somewhere in the world. Water should flow in some way so that it can be used to build ...
0
votes
2answers
851 views

Top down water view, cocos2d

Has anyone successfully created a top down view of a stream/river? I need to also work out how to make it look like a boat is cutting through the water.