Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiroakioishi/UnityFluid2DBlurImageEffect
- Owner: hiroakioishi
- License: gpl-3.0
- Created: 2015-12-30T13:27:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T03:24:14.000Z (almost 7 years ago)
- Last Synced: 2024-07-13T10:34:00.598Z (4 months ago)
- Language: C#
- Size: 1.31 MB
- Stars: 49
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - UnityFluid2DBlurImageEffect - Fluid2D Blur Post Processing Effect (Blur)
README
# UnityFluid2DBlurImageEffect
Fluid2D Blur Post Processing Effect for Unity![screenShot](https://github.com/hiroakioishi/UnityFluid2DBlurImageEffect/blob/master/screenShot.png)
Demo
https://vimeo.com/150463085Fluid2D algorithm in this Project is ported from GPU-Fluid-Experiments.
https://github.com/haxiomic/GPU-Fluid-ExperimentsBlur 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.