Skip to content

Releases: branpk/ScreenShader

Version 1.1.0

01 Feb 15:09

Choose a tag to compare

Changes:

  • New shader variables (screenPosition, screenSize, mousePosition, time)
  • Lower minimum macOS version
  • Decrease stuttering

Version 1.0.0

31 Jan 16:04

Choose a tag to compare

ScreenShader is a simple macOS utility that applies a user-specified fragment shader (color effect) to the screen. This provides more control than existing apps, which provide a fixed set of color effects.

The app works by taking a live screen capture of the full screen, applying the shader effect, and then rendering it to a full screen overlay in real time. Depending on your machine, this may result in noticeable lag or input delay. Feel free to log a Github issue if this is significant on your machine.