theruther4d / Apparatus

:computer: A mac apparatus that let's you create and display widgets on your desktop
0 stars 0 forks source link

Add blur support #7

Closed theruther4d closed 8 years ago

theruther4d commented 8 years ago

Electron doesn't support -webkit-backdrop-filter with transparent windows yet. Need to make a globally accessible function for emulating by taking a screenshot of the desktop when it changes, and using -webkit-filter: blur or svg blur, or <canvas>

Pe8er commented 8 years ago

Make sure to test changing desktop pictures, multiple screens, Mission Control etc. All these affected blur in the other app.

theruther4d commented 8 years ago

Good point @Pe8er