4 रिपॉजिटरी
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 एक Android UI विज़ुअल इफेक्ट लाइब्रेरी है जिसका उपयोग मोबाइल यूजर इंटरफेस पर गॉसियन ब्लर और कलर फिल्टर लागू करने के लिए किया जाता है। यह सोर्स फाइलों या मेमोरी से धुंधली बिटमैप छवियां उत्पन्न करने और इन प्रभावों को Android व्यू और लेआउट कंटेनरों पर लागू करने के लिए एक टूलसेट प्रदान करती है। लाइब्रेरी UI कंपोनेंट्स के स्टेटिक बिटमैप प्रतिनिधित्व को कैप्चर करके और उन्हें स्टाइल किए गए ओवरले के रूप में रेंडर करके फ्रॉस्टेड ग्लास प्रभाव लागू करती है। इस प्रक्रिया में ब्लर तीव्रता को नियंत्रित करने के लिए रेडियस-ड्रिवन सैंपलिंग और बैकग्राउंड के विज़ुअल मूड या पठनीयता को संशोधित करने के लिए कलर-फिल्टर एकीकरण शामिल है।
Renders blurred versions of views as overlays or inside target containers using custom filters.
FXBlurView एक iOS ब्लर इफेक्ट लाइब्रेरी और इमेज प्रोसेसिंग टूल है जिसे एप्लिकेशन व्यूज़ और स्टेटिक इमेजेस पर गॉसियन ब्लर इफेक्ट्स रेंडर करने के लिए डिज़ाइन किया गया है। यह एक UIKit बैकग्राउंड ब्लर व्यू कंपोनेंट प्रदान करता है जिसे धुंधले बैकग्राउंड बनाने के लिए UI एलिमेंट्स पर लागू किया जा सकता है। यह लाइब्रेरी लाइव एप्लिकेशन व्यूज़ के वास्तविक समय में ब्लरिंग और स्टेटिक इमेजेस की प्रोसेसिंग दोनों का समर्थन करती है। यह दो प्राथमिक रेंडरिंग मोड प्रदान करती है: दक्षता के लिए सिंगल-पास स्टेटिक रेंडरिंग और भारी गणनाओं के दौरान यूजर इंटरफेस रिस्पॉन्सिवनेस बनाए रखने के लिए एक डायनामिक बैकग्राउंड-थ्रेड प्रोसेसिंग मोड। अतिरिक्त क्षमताओं में ब्लर रेडियस और क्वालिटी इटरेशन्स को समायोजित करने की क्षमता, साथ ही धुंधले परिणामों पर कलर-टिंट ओवरले का अनुप्रयोग शामिल है।
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.