All Projects → PavelDoGreat → Super Blur

PavelDoGreat / Super Blur

Licence: mit
Screen and UI gaussian blur for Unity

Projects that are alternatives of or similar to Super Blur

Skeletalgeometriceffects
Experiments on geometry shader instancing with skeletal animations
Stars: ✭ 436 (-19.71%)
Mutual labels:  unity, hlsl, effects
Standardgeometryshader
An example of a geometry shader with Unity's standard lighting model support.
Stars: ✭ 303 (-44.2%)
Mutual labels:  unity, hlsl, effects
ECardFlow
🍭A custom ViewPager for multiple card flow system. && A layout which provide beautiful background effects for ViewPager.
Stars: ✭ 47 (-91.34%)
Mutual labels:  effects, blur
Uieffect
UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
Stars: ✭ 3,449 (+535.17%)
Mutual labels:  unity, blur
Postprocessing
Post Processing Stack
Stars: ✭ 3,524 (+548.99%)
Mutual labels:  unity, effects
Brunetons Improved Atmospheric Scattering
A Unity port of Brunetons improved atmospheric scattering
Stars: ✭ 253 (-53.41%)
Mutual labels:  unity, hlsl
VaKawaseBlur
Fast and furious Kawase blur implementation for Unreal Engine 4
Stars: ✭ 37 (-93.19%)
Mutual labels:  blur, hlsl
Unity Ui Rounded Corners
This components and shaders allows you to add rounded corners to UI elements!
Stars: ✭ 307 (-43.46%)
Mutual labels:  unity, hlsl
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-63.54%)
Mutual labels:  unity, hlsl
Hdrpvatexample
VAT (Vertex Animation Texture) with Unity Shader Graph and Visual Effect Graph
Stars: ✭ 401 (-26.15%)
Mutual labels:  unity, hlsl
Fmphotopicker
A modern, simple and zero-dependency photo picker with an elegant and customizable image editor
Stars: ✭ 428 (-21.18%)
Mutual labels:  effects, filter
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (-55.06%)
Mutual labels:  unity, hlsl
Vfxgraphtestbed
My testbed for Unity VFX Graph
Stars: ✭ 209 (-61.51%)
Mutual labels:  unity, hlsl
RainbowTaskbar
Customizable Windows taskbar effects.
Stars: ✭ 39 (-92.82%)
Mutual labels:  effects, blur
Universalshaderexamples
Sand box project containing example shaders and assets compatible with Unity Universal Render Pipeline.
Stars: ✭ 207 (-61.88%)
Mutual labels:  unity, hlsl
Gaussianblur
An easy and fast library to apply gaussian blur filter on any images. 🎩
Stars: ✭ 473 (-12.89%)
Mutual labels:  blur, filter
Isaura
An attempt at making a aura thingie with a isoline shader.
Stars: ✭ 187 (-65.56%)
Mutual labels:  unity, effects
Face Nn
游戏捏脸,基于神经风格迁移框架生成逼真人脸
Stars: ✭ 192 (-64.64%)
Mutual labels:  unity, hlsl
Kinocontour
Contour line filter for Unity
Stars: ✭ 400 (-26.34%)
Mutual labels:  unity, effects
Unitybookpagecurl
Page curl effect for Unity3d using UGUI
Stars: ✭ 464 (-14.55%)
Mutual labels:  unity, effects

Super Blur

Blur effect that you can apply on Camera and UI. Gaussian weights was taken from this project.

view

Usage

Just add SuperBlur.cs or SuperBlurFast.cs script to Camera and attach Blur Material and UI Material to it.

  • SuperBlur - (recommended way) It's using OnRenderImage to grab screen texture.

  • SuperBlurFast - Render scene directly to render texture. Much better perfomance on mobile devices, but doesn't work with other post effects.

Properties

editor

  • Render Mode - Chooses to render as Post Effect or just apply blurred texture to UI material.

  • Kernel Size - Bigger kernels produces bigger blur, but are more expensive.

  • Interpolation - Use if you want to create smooth blurring transition.

  • Downsample - Controls buffer resolution (0 = no downsampling, 1 = half resolution... etc.).

  • Iterations - More iterations = bigger blur, but comes at perfomance cost.

  • Gamma Correction - Enables gamma correction to produce correct blur in Gamma Colorspace. Disable this option if you use Linear Colorspace.

License

If you'd try to sell it on Asset Store, then I'm gonna find you.

See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].