Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiroakioishi/UnityFluid2DBlurImageEffect

Fluid2D Blur Post Processing Effect for Unity
https://github.com/hiroakioishi/UnityFluid2DBlurImageEffect

Last synced: 3 months ago
JSON representation

Fluid2D Blur Post Processing Effect for Unity

Awesome Lists containing this project

README

        

# UnityFluid2DBlurImageEffect
Fluid2D Blur Post Processing Effect for Unity

![screenShot](https://github.com/hiroakioishi/UnityFluid2DBlurImageEffect/blob/master/screenShot.png)

Demo
https://vimeo.com/150463085

Fluid2D algorithm in this Project is ported from GPU-Fluid-Experiments.
https://github.com/haxiomic/GPU-Fluid-Experiments

Blur Post Processing Effect in this Project:
https://github.com/nobnak/SmokeBlur

# Usage
Add Fluid2DBlur.cs to your camera. And also please set camera ClearFlags to Solid Color.

# License
This Unity Project is licensed by GPL 3.0 license.