CameraKit / blurkit-android

The missing Android blurring library. Fast blur-behind layout that parallels iOS.
MIT License
3.72k stars 309 forks source link

Is there a way of using blurkit with jetpack compose? #81

Open Peterragheb opened 3 years ago

Peterragheb commented 3 years ago

I'm trying to blur composable views. Is there a way of using Blurkit to achieve this?

ComposeDesigner commented 2 years ago

+1 I'd like to know how to use this with Jetpack Compose. Right now, most Blur libraries don't support Jetpack Compose and the solutions out of the box such as the Blur.Modifier does not truly blur layers below. If we can see a Jetpack Compose example, it will be super helpful for the Android community!