https://github.com/eintim23/discord-rpc
https://github.com/eintim23/discord-rpc
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eintim23/discord-rpc
- Owner: EinTim23
- Created: 2024-08-28T15:02:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T19:02:24.000Z (about 1 year ago)
- Last Synced: 2025-05-03T20:18:47.888Z (about 1 year ago)
- Language: C++
- Size: 150 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Discord RPC
Fork of the discontinued [discord-rpc](https://github.com/discord/discord-rpc) library that adds quality of life features and keeps the library up to date
### Current changes
- Added support for discord rpc buttons
- Added `Discord_IsConnected()` to check if the discord connection got interrupted
- Added support for activity types other than "Playing"
- Added support for status_display_type
- Improved build system and arm64 windows compilation support
- Multiple Bug fixess