├── LICENSE ├── README.md ├── example.gif ├── example.py ├── fluid.py └── numerical.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTJ/stable-fluids/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTJ/stable-fluids/HEAD/README.md -------------------------------------------------------------------------------- /example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTJ/stable-fluids/HEAD/example.gif -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTJ/stable-fluids/HEAD/example.py -------------------------------------------------------------------------------- /fluid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTJ/stable-fluids/HEAD/fluid.py -------------------------------------------------------------------------------- /numerical.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GregTJ/stable-fluids/HEAD/numerical.py --------------------------------------------------------------------------------