overlayed
This is an electron based overlay application for Discord that leverages the local RPC protcol via an IPC socket.
Currently using a fork of discord-rpc to handle connecting ot the client.
With this app you can view who talking in your current channel.
Why not just use the native overlay
- This should work in any game as long as you can set windowed borderless mode
- You can use this in any application such as VSCode
Demo
Running locally
Make sure you npm install
all the dependencies then just run npm start
.
Debug
Better to run npm run react
then f5 in VSCode to run electron in debug mode.