Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minty-labs/mintyrpc
Simple basic CSharp App to control a preset or custom Discord Rich Presence application.
https://github.com/minty-labs/mintyrpc
bad-code console-appliocation csharp discord discord-rich-presence rich-presence wont-learn-cpp wpf wpf-application wpf-ui
Last synced: 9 days ago
JSON representation
Simple basic CSharp App to control a preset or custom Discord Rich Presence application.
- Host: GitHub
- URL: https://github.com/minty-labs/mintyrpc
- Owner: Minty-Labs
- License: mit
- Created: 2022-07-25T02:03:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T20:49:51.000Z (over 2 years ago)
- Last Synced: 2024-11-14T21:11:52.264Z (2 months ago)
- Topics: bad-code, console-appliocation, csharp, discord, discord-rich-presence, rich-presence, wont-learn-cpp, wpf, wpf-application, wpf-ui
- Language: C#
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
MintyRPC
What was once solely a basic console application, and now a WPF application, this program lets you display your own Discord Rich Presence. Also, compared to the console application, the WPF version is 3.8% more memory efficient.
Console Application version will no longer be kept up to date.TODO
- Find and fix issues
- Update DiscordGameSDK to latest
- Add support for URL buttons
How to
If, for whatever reason, your PC does not have dotNET 6.0+, you can download the latest version below:
.NET Desktop Runtime 6.0.9 - Windows - Arm64 | x64 | x86 - x64 will be your best bet.
Create and get your Application ID from Discord's Development Portal.
Give it a name of your choosing; this will be the name shown as Playing {your app name}
on your Discord Profile
Copy the Application ID and keep it handy, but you will always be able to grab it from here
You can also add your own images for others to see
Place your Application ID in the box labeled Client ID
Add your other desired text and any images you uploaded by name (I updated an image with the name of "play")
Once you're ready to go, press "Save and Apply" and then "Start" to turn on the Custom Rich Presence
Sending the application to the background will put the application in the Notify taskbar section
Credits & other code in the project
- Kinnara - ModernWpf
- Discord - DiscordGameSDK
- exectails - Yggdrasil (for the old console application)