Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.63 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.63 KB

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.