wlrfx / scenefx

A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects
MIT License
81 stars 8 forks source link

Blur #22

Closed ErikReider closed 9 months ago

ErikReider commented 1 year ago

Fixes: #14

Note: The blur isn't correctly aligned but should™ be easily fixed

TODO:

WillPower3309 commented 1 year ago

Is optimized blur in? Haven't looked through yet but it'd be a TODO if not

WillPower3309 commented 1 year ago

I'll try to rebase our renderer off of wlr_renderer to simplify things with buffers and textures here

ErikReider commented 11 months ago

Is optimized blur in? Haven't looked through yet but it'd be a TODO if not

Added in the todo :)

ErikReider commented 9 months ago

Superseded by #30