andyscott / limelight

Simple C99 sample showing how to create a border that will follow the focused window on macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limelight

Simple C99 sample showing how to create a border that will follow the focused window on macOS.

Requires access to the accessibility API. Supports macOS High Sierra and newer.

Build

Requires xcode command line tools

# simply clone repo and run make
  make

About

Simple C99 sample showing how to create a border that will follow the focused window on macOS.

License:MIT License


Languages

Language:C 98.2%Language:Makefile 1.8%