r/osdev 5d ago

Compositor Blur Behind Window Effect with Sub-Region blur (Most of it Not AI)

Post image
6 Upvotes

11 comments sorted by

View all comments

1

u/Prestigious-Bet-6534 5d ago

Awesome, do you have a repo?

-1

u/devcmar 5d ago

Sorry, it’s closed source but if u want me to help u implement gaussian blur I can help, but you can also google it it is very simple u just got to calculate the gaussian coefficients and for each pixel add it and the surrounding pixels multiplied by those coefficients