o
odinpkg.dev
packages / binding / odin_discord_game_sdk

odin_discord_game_sdk

dd0dcf4binding

Odin bindings Discord's Game SDK.

Zlib · updated 6 months ago

Discord Game SDK Bindings

Odin bindings for Discord's Game SDK.

Examples

Translated Discord examples are available in the examples folder.

Usage

  1. Download and unzip the Discord Game SDK v3.2.1 file provided by Discord (direct link)
  2. Place discord_game_sdk.odin next to the unzipped folder:
discord_game_sdk.odin
discord_game_sdk/
├── lib/
└── ...

...or beside the lib folder inside it:

discord_game_sdk/
├── discord_game_sdk.odin
├── lib/
└── ...
  1. Since Discord only provides dynamic libraries, copy the library for your target platform next to your application's executable