You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,14 @@ A simple Discord Rich Presence library for C++ made from scratch.
6
6
**Checklist**:
7
7
-[x] Handshake
8
8
-[x] Update presence with custom data
9
-
-[x]Buttons support
9
+
-[x]More features (buttons, activity type, etc.)
10
10
-[x] Linux support
11
11
-[x] MacOS support
12
12
-[x] Windows support
13
13
-[x] Out-of-the-box Wine support *(Only supports Wine Staging 10.2+ because of AF_UNIX socket support)*
14
14
-[ ] Events (join, spectate, etc.)
15
15
-[ ] Auto register (for steam games)
16
+
-[ ] Social SDK features
16
17
-[ ] Documentation
17
18
-[ ] Examples
18
19
@@ -26,7 +27,7 @@ that uses a modern C++ style and has more features.
26
27
27
28
### Features
28
29
-**Modern C++**: This library is written in C++23 and follows builder patterns as much as possible.
29
-
-**Buttons**: Undocumented/unimplemented feature in discord, that allows you to add custom links to your presence.
30
+
-**More features**: Implements new features from Discord RPC documentation that is not present in the original library, such as buttons, activity type, and more.
30
31
-**Project integration**: Say goodbye to copying library files or dealing with RapidJSON errors. This library can be easily integrated into your project without any hassle.
31
32
-**Cross-platform**: This library is designed to work on all supported platforms, including Linux, macOS, and Windows.
32
33
-**Wine support**: Library provides internal layer to support Wine, no extra configuration needed.
0 commit comments