PDA

View Full Version : processing: creating a 2d fluid simulation


maikelv
03-03-2010, 04:05 PM
Hi guys,

I know this is the Java forum, but as Processing is built on java, and I can't seem to register on their forums, I suppose this is the most appropriate place to post this.

Basically what I want to create is a 2d basin of water. A good (but a lot more comprehensive than what I need) example of what I want to do is macfluid.

http://vimeo.com/4534464

I don't need to to be that reactive / graphic. But basically I need some particles that act somewhat like a fluid.

Does anyone have an idea of how I would accomplish this?

Any input is much appreciated.