Skip to content

Latest commit

 

History

History
100 lines (67 loc) · 5.04 KB

File metadata and controls

100 lines (67 loc) · 5.04 KB

QmBlurView

QmBlurView 是一个 Android UI 组件库,提供实时、动态的高斯模糊效果。它使用原生C++代码进行高效的模糊处理,并提供一组模糊UI组件来增强您的应用程序设计


GitHub Publish New Version

License Android

Maven Central JitPack GitHub Releases


English | 简体中文


特性

  • 高性能:使用 C/C++ 实现的原生模糊算法,确保最大的速度和流畅度。
  • 丰富的组件库:包含多种模糊效果的组件。
  • 图片加载支持:内置针对 GlidePicasso 的变换支持。

预览

BlurView BlurButtonView ProgressiveBlurView
BlurTitleBarView BlurSwitchButtonView BlurBottomNavigationView

集成

Maven Central

在模块的 build.gradle 文件中添加依赖项:

dependencies {
    // 核心库(必需)
    implementation 'com.qmdeve.blurview:core:1.2.0'

    // 导航支持(可选)
    implementation 'com.qmdeve.blurview:navigation:1.2.0'

    // 图片加载变换(可选 - Glide/Picasso)
    implementation 'com.qmdeve.blurview:transform:1.2.0'
}

使用

请查看文档,以了解如何使用该库

文档;https://blurview.qmdeve.com


我的其他项目

许可证

Copyright ©️ 2025-2026 Donny Yang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.