Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 089dd4d

Browse filesBrowse files
authored
Add discord-sdk update (rust-gamedev#721)
1 parent 05e78b6 commit 089dd4d
Copy full SHA for 089dd4d

File tree

1 file changed

+21
-0
lines changed
Filter options

1 file changed

+21
-0
lines changed

‎content/news/024/index.md

Copy file name to clipboardExpand all lines: content/news/024/index.md
+21Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.