Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Godot Plugin with Dual Kawase Blur compositor effect. The plugin adds DualKawaseBlurCompositorEffect class which can be used as a part of the Compositor.
Godot Dual Kawase Blur Plugin
The plugin adds DualKawaseBlurCompositorEffect class which can be used as part of the Compositor.
Dual Kawase Blur is a multipass post-processing effect with convolution layers that takes advantede of GPU sampling (linear interpolation). It gives a strong blur with a small performance hit compared to Gaussian Blur algorithms. I highly recommend reading this article by Wladislav Artsimovich for a better explanation.
The plugin has a good performance compared to Gaussian Blur, but there is a lot of stuff can be done better.
Godot Plugin with Dual Kawase Blur compositor effect. The plugin adds DualKawaseBlurCompositorEffect class which can be used as a part of the Compositor.
Reviews
Quick Information
Godot Plugin with Dual Kawase Blur compositor effect. The plugin adds DualKawaseBlurCompositorEffect class which can be used as a part of the Compositor.