Skip to Content

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's avatar Charles Milette
  • Maki's avatar Maki
  • Billy O'Neal's avatar Billy O'Neal
  • J-Human's avatar J-Human
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • L3nn0x's avatar L3nn0x

# Changelog

  • f2446c1 Update 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)
  • b295670 Bulk convert control files. (#19986)
  • 0f161f9 [discord-game-sdk] Won't compile with certain compilers (#11728)
  • 411929e [discord-game-sdk] new port (#10763)

# Source