google / liquidfun

2D physics engine for games
http://google.github.io/liquidfun
4.68k stars 641 forks source link

Based on SPH ? #103

Closed Sheph closed 4 years ago

Sheph commented 4 years ago

I have a question, is liquidfun based on some form of SPH ? After looking at source code it doesn't seem so. Is there any paper I can read about algorithms being used ?

keyboardsmoke commented 4 years ago

According to https://google.github.io/liquidfun/

This should tell you what you want to know, but I haven't read it myself.

Sheph commented 4 years ago

What a useful paper, thanks a lot! It's strange why I haven't come across with it when I needed it the most. I've already studied the code myself and made all the necessary changes :)