5× faster fast_blur in image-rs

37 points by videah a month ago on lobsters | 6 comments

spenc | a month ago

I’ve had to implement fast GPU blurring before and can reccomend Kawase

Uh looking it up this is a lovely and interactive write up.

https://blog.frost.kiwi/dual-kawase/

spenc | a month ago

addison | a month ago

Lordy, what a post. Has that been on lobsters before? If not, it's definitely deserved.

great write-up. I use the crate, but not the blur.. super interesting to hear how you've approached this.