C++ openFrameworks addon for solving and drawing 2D fluid systems based on Navier-Stokes equations and Jos Stam's paper "Real-Time Fluid Dynamics for Games" http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/GDC03.pdf
C++ openFrameworks addon for solving and drawing 2D fluid systems based on Navier-Stokes equations and Jos Stam’s paper “Real-Time Fluid Dynamics for Games” http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/GDC03.pdf
Demo at www.memo.tv/msafluid/
Other useful resources and implementations I looked at while building this library:
The code in this repository is available under the MIT License.
Copyright © 2008-2012 Memo Akten, www.memo.tv
The Mega Super Awesome Visuals Company
Copy to your openFrameworks/addons folder.
openFrameworks 0072
I am generally testing only with openFrameworks, however it should work with Cinder too. If it doesn’t, please file an issue.
Probably will not work with Cinder without some (minor) changes