kotsoft / MPM-Fluid

Implementations of Kot's MPM fluid simulation for openFrameworks 0.7 (OSX) and Processing 2.0a4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/**
 * ofxMPMFluid.cpp
 * The MIT License (MIT)
 * Copyright (c) 2010 respective contributors
 * 
 *****************************************
 * MPM FLuid Simulation Demo
 * OpenFrameworks version by Golan Levin
 * http://www.flong.com
 *
 * ofxAddon created by James George (@obviousjm)
 * http://www.jamesgeorge.org
 *
 * Original Java version:
 * http://grantkot.com/MPM/Liquid.html
 *
 * Flash version:
 * Copyright iunpin ( http://wonderfl.net/user/iunpin )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/6eu4
 *
 * Javascript version:
 * Copyright Stephen Sinclair (radarsat1) ( http://www.music.mcgill.ca/~sinclair )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://www.music.mcgill.ca/~sinclair/blog 

 * Requires ofxControlPanel from https://github.com/kylemcdonald/ofxControlPanel
 */

About

Implementations of Kot's MPM fluid simulation for openFrameworks 0.7 (OSX) and Processing 2.0a4.