This project is an Electron application that creates a transparent window overlay. The overlay's transparency can be controlled via OSC (Open Sound Control) messages.
- Transparent window overlay
- Always on top
- Non-resizable
- OSC control for overlay transparency
-
Clone the repository:
git clone https://github.com/yourusername/electron-window-overlay.git cd electron-window-overlay -
Install dependencies:
npm install
-
Start the application:
npm start
-
Build the application package:
npm run build
The application listens for OSC messages on port 3333. To control the overlay transparency, send a message to /overlay_brightness with a value between 0 (fully transparent) and 1 (fully opaque).