Yohsi / discord-game-sdk

Mirror of the C++ version of Discord Game SDK, to easily integrate it using git submodules

Home Page:https://discord.com/developers/docs/game-sdk/sdk-starter-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Game SDK

This is simply a git mirror of the C++ version of Discord Game SDK, to easily integrate it using git submodules.

The SDK is currently under extensive development and is subject to change. Suggestions about the current API are welcome.

Setup

  • Create an application on the Discord developer site.
  • Set a redirect URL. If you don't have one right now, just use http://127.0.0.1.
  • Enable Rich Presence for the application. This enables whitelist access for the SDK.
    • When you are ready to test with more people, add them to the whitelist.
  • Copy the Client ID.
    • Use this CLIENT_ID when initializing the SDK.

About

Mirror of the C++ version of Discord Game SDK, to easily integrate it using git submodules

https://discord.com/developers/docs/game-sdk/sdk-starter-guide


Languages

Language:C++ 71.5%Language:C 28.5%