项目作者: voidblaster

项目描述 :
A dynamic binding to the Discord RPC library [ABANDONED] [successor: discord-rpc-d]
高级语言: D
项目地址: git://github.com/voidblaster/DerelictDiscordRPC.git
创建时间: 2018-04-21T16:33:42Z
项目社区:https://github.com/voidblaster/DerelictDiscordRPC

开源协议:Other

下载


Project abandoned. Use discord-rpc-d instead.

DerelictDiscordRPC

A dynamic binding to the Discord Rich Presence (Discord-RPC) library.

This is not an official Derelict binding.

Installation

You’ll need a copy of the Discord-RPC dynamic library.
Either get the SDK and build it yourself
or download the pre-compiled binaries from GitHub releases page.

Please note that Discord-RPC are licensed under the terms of the MIT license.

In order to use this binding, add derelict_extras-discord-rpc into the dependency section of your DUB project.
Also don’t forget to put the Discord-RPC binary into your application’s directory.

Usage

  1. import derelict.discord.rpc;
  2. void main()
  3. {
  4. // Load the Discord-RPC library.
  5. DerelictDiscordRPC.load();
  6. // Now Discord-RPC functions can be called.
  7. ...
  8. }

For further information on how to use Discord-RPC check the
Discord-RPC docs.

Acknowledgement

Thanks to…