Skip to content

dreamtigers/stable-fluids-lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Fluids in lua

I needed a simple fluid solver written in lua for a game jam, so I converted the solver from 'Real-Time Fluid Dynamics for Games' by Jos Stam.

The original paper that I got it from is here: http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/GDC03.pdf

Included in this repo is an example of how to use it in Love2D, just run love from the folder to try it out.

About

The famous 'Stable Fluids' solver converted to lua.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 90.2%
  • GLSL 9.8%