Cocoa NSView blurred background
I know it's possible to create transparent windows in Cocoa, although is it possible to blur whatever is behind it? I know there's been similar questions , but they deal more blurring what is within the actual NSView, not what is behind it. Is this even possible, and If so what method would I need to look into? Possible Impossible? In order to answer you, yes its Possible. If you want that effect, check out this GitHub Project I created. I subclassed NSWindow in order to disable opacity and then I added a Background Filter:Gaussian Blur to the NSView using the View Effects Inspector located at