gitextract_0z8_2c1k/ ├── .gitignore ├── README.md ├── addon_config.mk ├── example/ │ ├── Makefile │ ├── addons.make │ ├── config.make │ ├── example.qbs │ ├── example.sln │ ├── example.vcxproj │ └── src/ │ ├── Particle.cpp │ ├── Particle.h │ ├── ParticleSystem.cpp │ ├── ParticleSystem.h │ ├── main.cpp │ ├── testApp.cpp │ └── testApp.h ├── license.md └── src/ ├── MSAFluid.h ├── MSAFluidDrawerBase.cpp ├── MSAFluidDrawerBase.h ├── MSAFluidDrawerGl-Cinder.h ├── MSAFluidDrawerGl-OF.h ├── MSAFluidParticleUpdater.h ├── MSAFluidSolver.cpp └── MSAFluidSolver.h