File tree 1 file changed +21
-0
lines changed
Filter options
1 file changed +21
-0
lines changed
Original file line number Diff line number Diff line change @@ -75,6 +75,27 @@ If needed, a section can be split into subsections with a "------" delimiter.
75
75
76
76
## Library Updates
77
77
78
+ ### [ discord-sdk]
79
+
80
+ [ discord-sdk] is an open source implementation of the [ Discord Game SDK] by
81
+ [ Embark Studios] ( https://embark.dev ) .
82
+
83
+ This month saw the release of the initial [ ` 0.1.0 ` ] ( https://github.com/EmbarkStudios/discord-sdk/blob/main/CHANGELOG.md#010---2021-07-21 )
84
+ (and [ ` 0.1.1 ` ] ( https://github.com/EmbarkStudios/discord-sdk/blob/main/CHANGELOG.md#011---2021-07-28 ) )
85
+ version of the crate, which implements initial support for:
86
+
87
+ - [ Activities] ( https://discord.com/developers/docs/game-sdk/activities )
88
+ - [ Lobbies] ( https://discord.com/developers/docs/game-sdk/lobbies )
89
+ - [ Overlay] ( https://discord.com/developers/docs/game-sdk/overlay )
90
+ - [ Relationships] ( https://discord.com/developers/docs/game-sdk/relationships )
91
+ - [ Users] ( https://discord.com/developers/docs/game-sdk/users )
92
+ - Application registration (so your game can be launched by Discord)
93
+
94
+ The API is still rough, but should be in a good enough state to try out!
95
+
96
+ [ discord-sdk ] : https://github.com/EmbarkStudios/discord-sdk
97
+ [ Discord Game SDK ] : https://discord.com/developers/docs/game-sdk/sdk-starter-guide
98
+
78
99
## Popular Workgroup Issues in Github
79
100
80
101
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments