项目作者: NxtGames

项目描述 :
Discord RPC module for the Panda3d game engine using the native discord-rpc library.
高级语言: Python
项目地址: git://github.com/NxtGames/p3d-discord.git
创建时间: 2019-02-09T04:49:21Z
项目社区:https://github.com/NxtGames/p3d-discord

开源协议:MIT License

下载


Panda3d Discord

GitHub issues
PyPI - Status

Notice: The discord-rpc library is no longer under development. However an official response from Discord states the library will continue to function because it uses the same protocol as the new game sdk that Discord offers.

Discord RPC module for the Panda3d game engine using the native discord-rpc library. Currently the CMAKE code is only setup to operate properly on Windows. The source its self should have no issues running on other platforms however.

Building Panda3D Discord

run python build.py. This will build the module for you’re current platform once the required dependencies are installed/availble.

Requirements

  • The Panda3D SDK (get it here)
  • CMake 2.6 or higher (get it here)
  • windows only: The thirdparty folder installed in the Panda3D sdk folder (See here)
  • discord-rpc (get it here)

For compiling on Windows 32 bit:

  • Visual Studio 2010/2015

For compiling on Windows 64 bit:

  • Visual Studio 2010/2015
  • Windows SDK 7.1 (be sure to tick the VC++ 64 bit compilers option)

License

Panda3D Discord is licensed under the MIT license. See the provided LICENSE file for details.