rust-windowing / rust-windowing/winit

Macos Set Blur radius

Open
#4,502 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

DS - appkit S - enhancement
Dominant language
Rust
Stars
6.2k
Forks
1.3k
Avg merge
2d 19h
Merged PRs (30d)
9

Description

Description

Set blur radius for macos on set_blur

Currently hard coded to be 80 if blur is on. Would love to be able to change the value.
https://github.com/rust-windowing/winit/blob/5e2f421e346cae601a6211b43ff7a2f7c8e61a46/winit-appkit/src/window_delegate.rs#L975-L987

Relevant platforms

macOS

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in winit-appkit/src/window_delegate.rs at the linked set_blur implementation and inspect how the current blur value is applied on macOS. Define how the blur radius should be configurable, then verify that set_blur no longer relies on a fixed radius and that existing blur behavior remains supported.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, rust
Domain
desktop
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.