azlen / electron-overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Overlay Demo

This is a basic demo in creating an invisible overlay using electron. I've only tested on linux but hopefully it works cross-platform.

To run, clone repo and call:

npm install
npm run start

Todo

  • Support multi-screen displays (gets especially tricky if you want to move things from one screen to another seamlessly?)
  • Prevent from being displayed in app-switcher (cmd+tab / ctrl+tab)

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 70.0%Language:HTML 30.0%