JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.36k stars 1.12k forks source link

Support blur effect #1144

Open ghost opened 2 years ago

ghost commented 2 years ago

I want to have a blurry background for my text box.

As I see in https://issuetracker.google.com/issues/166927547 it's now available to Android 12 with a .blur() modifier.

I would love to see this implemented in Compose for Desktop.

JavierSegoviaCordoba commented 2 years ago

Is it possible to get a canvas based approach which would work not only in desktop, even in old Android APIs?