Replies: 4 comments
-
|
the effective extension has a blur effect. it doesn't seem as good as yours though. it shouldn't be hard to find a good blur shader. |
Beta Was this translation helpful? Give feedback.
-
|
you can use pen+v7 and sample a texture to blur in a kernel and use a gaussian distribution(check the wikipedia page) mind you it won’t be efficient. |
Beta Was this translation helpful? Give feedback.
-
|
@SharkPool-SP would it be a good idea to integrate a blur effect into #2077? |
Beta Was this translation helpful? Give feedback.
-
|
I could but it would probably be not as good as CSS blur which is already implmented in my other PRs (image effects and Sprite Effects) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
kmsBlur.js
I made a blur extension with createSVGSkin and updateSVGSkin functions. Can someone help me redo it with GL?
Beta Was this translation helpful? Give feedback.
All reactions