Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better blur #5

Open
Kethku opened this issue May 2, 2024 · 0 comments
Open

Better blur #5

Kethku opened this issue May 2, 2024 · 0 comments

Comments

@Kethku
Copy link
Member

Kethku commented May 2, 2024

Current quad background blur uses a dumb box blur which looks pretty bad at higher blur sizes. We should consider swapping to a gaussian. Specifically for performance reasons we should implement the guassian similar to how it is described here: https://lisyarus.github.io/blog/posts/compute-blur.html which takes advantage of the separability of the guassian kernel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant