Implementation of Mike Ash and Jos Stam Real-Time Fluid Dynamics using SDL2 and C++
Compile with : g++ *.cpp -IPathToSDL2\include -LPathToSDL2\lib -Wall -lmingw32 -lSDL2main -lSDL2 -o main
Example: g++ *.cpp -IC:\SDL2\include -LC:\SDL2\lib -Wall -lmingw32 -lSDL2main -lSDL2 -o main
o https://www.mikeash.com/pyblog/fluid-simulation-for-dummies.html
o http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/GDC03.pdf
