tterrag1098 / Blur

Modifies the background behind Minecraft GUIs to have a blur effect
MIT License
41 stars 49 forks source link

Blur algorithm optimization #64

Open stashymane opened 3 years ago

stashymane commented 3 years ago

When my blur radius is set to merely 10, my GPU usage doubles every time I open a GUI that's blurred. A great addition would be a more efficient blur algorithm (or even several), something like StreamFX for OBS has. The examples linked have relatively detailed info on how they work.