Hi fellow BabylonJS devs !
Here’s a small
2D water
physic engine demo !
You can find a video of the engine here on my LinkedIn (I don’t think I can embed it here)
Have a nice day !
Hi fellow BabylonJS devs !
Here’s a small
2D water
physic engine demo !
You can find a video of the engine here on my LinkedIn (I don’t think I can embed it here)
Have a nice day !
Very nice!!
Love it! Really nice demo! Did you do all the simulation yourself?
I did !
It’s a grid based simulation, each cell has a fillLevel, a pressure and a velocity, and it’s rendered with some simple rules to smoothen the cell based on its attributes.
Source code is available here
Lol at the ducky bouncing around
Thanks for sharing the code!