discord-rpc 3.3.0

A static binding to 🎮 Discord RPC


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Discord-RPC-D

A static binding to 🎮 Discord RPC.

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

Usage

First, get a copy of Discord RPC.

In order to link against libdiscord-rpc, add it to your dub.json.

"libs": [ "discord-rpc" ]

Now you can use Discord RPC in your code:

import discord.rpc;

void main()
{
    DiscordEventHandlers handlers;
    // ...

    Discord_Initialize(APPLICATION_ID, &handlers, 1, null);
}
  • Discord RPC - SDK
    https://github.com/discordapp/discord-rpc
  • Pre-built binaries for *Discord RPC*
    https://github.com/discordapp/discord-rpc/releases
Authors:
  • Elias Batek (0xEAB)
Dependencies:
none
Versions:
3.3.0 2018-Sep-17
~master 2018-Sep-17
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 47 downloads total

Score:
0.7
Short URL:
discord-rpc.dub.pm