1 repository
Asynchronous image fetching and rendering specifically tailored for Compose Multiplatform applications.
Distinct from Multiplatform UI Libraries: Distinct from Multiplatform UI Libraries: focuses specifically on the image loading pipeline rather than general UI framework components.
Explore 1 awesome GitHub repository matching software engineering & architecture · Compose Multiplatform Image Loading. Refine with filters or upvote what's useful.
Coil is an image loading and caching pipeline designed for Android and Compose Multiplatform applications. It functions as a comprehensive loader, caching engine, and rendering utility that asynchronously fetches and displays images from network URLs, local storage, and multiplatform resource systems. The library distinguishes itself through a flexible fetcher-decoder pipeline and an interface-driven component registry, allowing for the integration of custom networking clients and decoders. It provides specialized support for rendering scalable vector graphics, animated formats such as GIF an
Loads and renders images asynchronously within Compose Multiplatform apps while managing layout constraints.