Skip to content

A dynamic binding to the Discord RPC library [ABANDONED] [successor: discord-rpc-d]

License

Notifications You must be signed in to change notification settings

analogjupiter/DerelictDiscordRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

import derelict.discord.rpc;

void main()
{
    // Load the Discord-RPC library.
    DerelictDiscordRPC.load();

    // Now Discord-RPC functions can be called.
    ... 
}

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

Acknowledgement

Thanks to...

About

A dynamic binding to the Discord RPC library [ABANDONED] [successor: discord-rpc-d]

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages