rust-windowing / rust-windowing/winit
Macos Set Blur radius
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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