discord-game-sdk v3.2.1
- Created
- Updated
The Discord GameSDK is an easy drop-in SDK to help you manage all the hard things that come with making a game.
# 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
Unknown
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.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Charles Milette
- Maki
- Billy O'Neal
- J-Human
- Jack·Boos·Yu
- L3nn0x