Draw yourself a flow in the browser.

less than 1 minute read

Published:

LBM in the browser

Inspired by several available online javascript codes that simulate flow using the lattice Boltzmann method (so this one is king of a Franken-code of those, plus some added features.)

Since it uses very basic WebGL features, it should run on any hardware that can draw a colored point on screen. Go and check out how vortices develop around your initals! LBM using WebGL: link