A 1.19.2+ Fabric Mod by Draylar
When the blur needs to be tweaked...
// Configuration is located in the /config/blurry.json5 file
{
//The speed blur progresses at each tick. Higher is faster.
"blurSpeed": 0.15
}
Can I steal it?
Blurry is available under the MIT license. You can use anything in this repository as long as any major reproduced code snippets are accompanied by a copy of the LICENSE text.
The underlying blur algorithm is called Kawase Blur, and was presented by Masaki Kawase in a 2003 GDC talk. Kawase blur offers similar quality to gaussian with a lower performance cost. You can find more information on the algorithm here.