Draylar / blurry

Blur the game while a menu is open. Subtle.

Repository from Github https://github.comDraylar/blurryRepository from Github https://github.comDraylar/blurry

Blurry.

A 1.19.2+ Fabric Mod by Draylar


img_2.png


⚙ Configuration

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
}

⚖ License & Usage

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.

About

Blur the game while a menu is open. Subtle.

License:MIT License


Languages

Language:Java 87.2%Language:GLSL 12.8%