Odin bindings for Discord's Game SDK.
Translated Discord examples are available in the examples folder.
- Download and unzip the
Discord Game SDK v3.2.1file provided by Discord (direct link) - Place
discord_game_sdk.odinnext 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/
└── ...
- Since Discord only provides dynamic libraries, copy the library for your target platform next to your application's executable