Overview of Liquid Glass (Backdrop)
kmpLiquid Glass (Backdrop) is a customizable library designed to provide a Liquid Glass effect for Compose Multiplatform applications.
repository·kmp·Indexed 25 days ago
https://github.com/kyant0/androidliquidglassA library providing customizable Liquid Glass visual effects for Compose Multiplatform projects, featuring tools like rememberLayerBackdrop for creating LayerBackdrop instances tied to specific GraphicsLayers.
rememberLayerBackdrop to create a LayerBackdrop instance within a Composable function. This allows you to create a backdrop that is tied to a specific GraphicsLayer. You can optionally provide a custom onDraw lambda to define how the content is drawn into the layer.