discord-game-sdkv3.2.1
- Updated
The Discord GameSDK is an easy drop-in SDK to help you manage all the hard things that come with making a game.
- Project website: https://discord.com/developers/docs/game-sdk/sdk-starter-guide
#Usage
The package discord-game-sdk does not provides CMake integration:
find_library(GAME_SDK discord_game_sdk)
target_link_libraries(<my_target> PRIVATE ${GAME_SDK})
find_path(GAME_SDK_INCLUDE discord-game-sdk/discord.h)
target_include_directories(<my_target> PRIVATE ${GAME_SDK_INCLUDE})The C++ SDK source code is compiled in a static library:
find_library(CPP_GAME_SDK discord_game_sdk_cpp)
target_link_libraries(<my_target> PRIVATE ${CPP_GAME_SDK})#License
Could not be determined
Your use of the GameSDK is bound by the Discord Developer Terms of Service, whose text is available online at https://discord.com/developers/docs/legal.#Supported Platforms
((x64 & (windows | osx | linux)) | (x86 & windows) | (arm64 & osx)) & !uwp & !static
- ✅linux-dynamic
- ✅osx-dynamic
- ✅windows-x64-dynamic
- ✅windows-x86-dynamic
- ❌
linux-static - ❌
osx-static - ❌
uwp - ❌
windows-arm64 - ❌
windows-static
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Charles Milette
Maki
Billy O'Neal
J-Human
Jack·Boos·Yu
L3nn0x