4 Repos
Custom rendering logic that displays a blurred version of a view as a stylized overlay within a container.
Distinct from Custom View Rendering: Distinct from Custom View Rendering: specifically targets the application of blur effects to a view's rendered output.
Explore 4 awesome GitHub repositories matching user interface & experience · Blurred View Overlays. Refine with filters or upvote what's useful.
Blurry is an Android UI visual effect library used to apply Gaussian blur and color filters to mobile user interfaces. It provides a toolset for generating blurred bitmap images from source files or memory and applying these effects to Android views and layout containers. The library implements frosted glass effects by capturing static bitmap representations of UI components and rendering them as stylized overlays. This process includes radius-driven sampling to control blur intensity and color-filter integration to modify the visual mood or readability of the background. The project covers
Renders blurred versions of views as overlays or inside target containers using custom filters.
FXBlurView ist eine iOS-Bibliothek für Weichzeichnungseffekte und ein Bildverarbeitungstool, das entwickelt wurde, um Gaußsche Weichzeichnungseffekte über Anwendungsansichten und statische Bilder zu rendern. Es bietet eine UIKit-Hintergrund-Weichzeichnungskomponente, die auf UI-Elemente angewendet werden kann, um weichgezeichnete Hintergründe zu erstellen. Die Bibliothek unterstützt sowohl die Echtzeit-Weichzeichnung von Live-Anwendungsansichten als auch die Verarbeitung statischer Bilder. Sie bietet zwei primäre Rendering-Modi: ein statisches Single-Pass-Rendering für Effizienz und einen dynamischen Hintergrund-Thread-Verarbeitungsmodus, um die Reaktionsfähigkeit der Benutzeroberfläche bei rechenintensiven Aufgaben aufrechtzuerhalten. Zusätzliche Funktionen umfassen die Möglichkeit, den Weichzeichnungsradius und die Qualitätsiterationen anzupassen sowie Farb-Tönungs-Overlays auf die weichgezeichneten Ergebnisse anzuwenden.
Ships a dedicated UIKit background blur view component for applying Gaussian blur to application content.
BlurView is a custom Android UI component that provides real-time, dynamic blurring effects for user interfaces. It functions as a layout element that applies a blur effect to the content of the underlying view hierarchy, enabling the creation of glassmorphism styles and translucent backgrounds. The project focuses on implementing dynamic background rendering that updates as the content beneath the blurred area changes. It allows for the porting of frosted glass visual styles to Android layouts through adjustable diffusion levels and rounded corner clipping. The implementation covers visual
Implements a custom view that renders a blurred version of the underlying hierarchy as a stylized overlay.
Blurkit-android is a library for applying real-time image transformations and blur-behind effects to views and bitmaps within Android applications. It functions as an image processing tool to transform visual content into blurred versions using optimized rendering methods. The project focuses on high-performance background blur rendering, enabling the creation of layered layouts with adjustable blur radius. It achieves this through a combination of hardware-accelerated drawing, bitmap downsampling, and the use of a compute framework to parallelize calculations across the GPU and multi-core CP
Renders a high-performance blurred version of background content as a stylized overlay for Android views.