Page 1 of 1

Fluid Simulation in Bullet [?]

Posted: Thu Oct 15, 2009 4:27 pm
by xissburg
Is it currently possible to simulate fluids in Bullet? SPH? Velocity fields?

Thanks.

Re: Fluid Simulation in Bullet [?]

Posted: Fri Oct 16, 2009 12:22 pm
by Muller
I'll tag along - I'd like to create a stream of water flowing down (by gravity), changing direction by ramps and such.

Can Bullet simulate such fluid physics?

Re: Fluid Simulation in Bullet [?]

Posted: Fri Oct 16, 2009 4:40 pm
by Sinan
--- edit ---

Re: Fluid Simulation in Bullet [?]

Posted: Sat Oct 17, 2009 12:27 am
by xissburg
Thanks for pointing that out. Had a few troubles to build but I got it. It runs very slow on CPU (around 3 fps) but runs very fast on GPU (not sure how many fps). But it doesn't use Bullet (??).

And about fluid-rigid/soft body interaction? It doesnt use Bullet but would it be easy to integrate it with Bullet so that we get this interaction? And how much more processing would it need? And about rendering the fluid surface?

Thanks.

Re: Fluid Simulation in Bullet [?]

Posted: Sat Oct 17, 2009 3:45 am
by Sinan
--- edit ---

Re: Fluid Simulation in Bullet [?]

Posted: Mon Oct 26, 2009 6:30 pm
by Erwin Coumans
The SPH fluid integration with Bullet is on the TODO list:
http://code.google.com/p/bullet/issues/detail?id=296

If you feel want to work on this integration, please have a look at the soft body/cloth interaction. Contributions are welcome. Otherwise, please be patient :)
Thanks,
Erwin

Re: Fluid Simulation in Bullet [?]

Posted: Mon Oct 04, 2010 2:35 pm
by julia
I'm interested in this topic. Are there any news concerning the SPH fluid integration with Bullet?