tracky-mouse
tracky-mouse copied to clipboard
Try moving away from Electron to a lighter weight platform
trafficstars
There are a few projects that aim to provide Electron-like functionality without bundling Chromium.
- webview looks too hard to use, very technical readme
- apptron — I've signed up for the beta, but missed my invite (didn't think about it expiring)
Realistically, I'll probably stay with electron for this project. I already have a lot of IPC set up between the three different processes (main, main window renderer, and screen overlay renderer) at this point. But I'm moving all my todos to issues, and including this for thoroughness. And I'd like to at least check out Apptron. It probably doesn't support screen-sized always-on-top click-through transparent frameless windows, being a new framework and all, as that's quite an edge case!