Android Liquid Glass is a customizable visual effects library for Compose Multiplatform that implements a liquid glass backdrop effect.
The library provides low-level primitives for rendering a liquid glass effect—a visual technique that creates a frosted, flowing glass appearance—across Compose Multiplatform applications. Rather than shipping pre-built components, it supplies the foundational building blocks that developers can compose into their own custom UI elements. The approach gives developers full control over how the effect integrates with their design system and interaction patterns.
This tool suits developers building Android or multiplatform applications with Compose who want to add distinctive visual polish through the liquid glass effect. It is not a drop-in component library; adopters need to build their own higher-level components using the primitives provided. The repository includes example implementations of common patterns like buttons, toggles, sliders, and tab navigation to guide this process. A catalog application demonstrates the effect in action across multiple use cases.
The project shows active refinement of its core effect implementation, with focused iteration on the visual quality and performance of the liquid glass rendering. Documentation is maintained separately in a dedicated guide, indicating sustained effort to keep usage information current alongside code changes.