Skip to content

Commit 089dd4d

Browse files
authored
Add discord-sdk update (#721)
1 parent 05e78b6 commit 089dd4d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/news/024/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,27 @@ If needed, a section can be split into subsections with a "------" delimiter.
7575

7676
## Library Updates
7777

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+
7899
## Popular Workgroup Issues in Github
79100

80101
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)