awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesBlurred View Overlays

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.

Awesome Blurred View Overlays GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • wasabeef/blurryAvatar von wasabeef

    wasabeef/Blurry

    5,654Auf GitHub ansehen↗

    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.

    Javaandroidandroid-libraryblur
    Auf GitHub ansehen↗5,654
  • nicklockwood/fxblurviewAvatar von nicklockwood

    nicklockwood/FXBlurView

    4,930Auf GitHub ansehen↗

    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.

    Objective-C
    Auf GitHub ansehen↗4,930
  • dimezis/blurviewAvatar von Dimezis

    Dimezis/BlurView

    4,008Auf GitHub ansehen↗

    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.

    Javaandroidblurblurview
    Auf GitHub ansehen↗4,008
  • camerakit/blurkit-androidAvatar von CameraKit

    CameraKit/blurkit-android

    3,758Auf GitHub ansehen↗

    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.

    Javaandroidandroid-libraryblurkit-android
    Auf GitHub ansehen↗3,758
  1. Home
  2. User Interface & Experience
  3. Programmatic Element Construction
  4. Android View Lifecycle Tracking
  5. Custom View Rendering
  6. Blurred View Overlays

Unter-Tags erkunden

  • Invalidation TriggersMechanisms that trigger redraws of blurred overlays when underlying content or parameters change. **Distinct from Blurred View Overlays:** Distinct from Blurred View Overlays by focusing on the update trigger mechanism rather than the rendering logic itself.
  • UIKit Blur ComponentsUI components built specifically for UIKit to apply blur effects to view hierarchies. **Distinct from Blurred View Overlays:** Specializes blurred view overlays specifically for the UIKit framework.