# joogps/Glur

A library for progressive blurs in SwiftUI.

Repository: https://github.com/joogps/Glur
Canonical: https://ross.abutalabs.com/products/glur
Language: Swift
License: MIT
License Family: permissive
Last push: 2026-08-10T15:16:00+00:00

## Health v2 (maintenance only)
Score: 83/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 65, longevity 84
- inputs: {"age_days": 1180, "days_push": 23, "days_rel": 23, "gap_med": 304, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2052, forks 43 (observed 2026-08-28T04:06:09.646024+00:00)

## What it is
Glur is a Swift package that adds progressive (graduated) blur effects to SwiftUI views via a .glur() modifier, implemented with custom Metal shaders and no private APIs. It also offers an optional GlurBackdrop product for blurring the content behind a view, targeting iOS 15+, macOS 12+, watchOS 8+, tvOS 15+, and visionOS.

## Use cases
- add a progressive blur effect to a SwiftUI view
- recreate Apple's graduated blur look without private APIs
- blur just the bottom edge of an image in an iOS app
- apply a variable blur with configurable radius, offset, direction, and noise
- blur the backdrop behind a floating UI element on macOS or iOS
- get efficient GPU-rendered blurs using Metal instead of CIFilter

## When to choose
- You are building a SwiftUI app on iOS 17+/macOS 14+/tvOS 17+ and want Apple-style progressive blurs using only public APIs
- You want a lightweight, MIT-licensed Swift package that integrates via Swift Package Manager
- You need fine control over blur radius, offset, interpolation, direction, and noise

## When to avoid
- You target watchOS in production, where the Metal implementation is unavailable and only a lower-quality compatibility effect runs
- Your production app must support pre-iOS 17 / pre-macOS 14 and the compatibility effect's quality is not acceptable
- Your codebase is UIKit/AppKit-only with no SwiftUI usage

## Facets
- artifact type: library
- maturity: active
- function: ui-components, graphics
- domain: mobile-development, desktop-applications, graphics
- platform: -
- tags: swiftui, metal, progressive-blur, variable-blur, visual-effects, swift-package, shaders, apple-design, view-modifier, ios, macos, mobile, desktop, swift

## Member repositories
- joogps/Glur (main) score 83

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:09.646024+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:57:26.019981+00:00, confidence not recorded.
  - readme: https://github.com/joogps/Glur (fetched 2026-08-28T04:06:09.646024+00:00, sha bcf03cfad4a3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
