Skip to content

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.

#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.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Charles Milette's avatarCharles Milette
  • Maki's avatarMaki
  • Billy O'Neal's avatarBilly O'Neal
  • J-Human's avatarJ-Human
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • L3nn0x's avatarL3nn0x

#Changelog

  • f2446c1Update discord-game-sdk to 3.2.1 (#31495)
  • a6cb729[many ports]switch to vcpkg-cmake / vckg-cmake-config part 1 (#29880)
  • c9e786d[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
  • 03b5beb[discord-game-sdk] use updated domain name (#20153)
  • b295670Bulk convert control files. (#19986)
  • 0f161f9[discord-game-sdk] Won't compile with certain compilers (#11728)
  • 411929e[discord-game-sdk] new port (#10763)