Coder Social home page Coder Social logo

jvyden / rpc-wine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mellowagain/rpc-wine

0.0 0.0 0.0 48 KB

discord-rpc.dll implementation for Wine allowing your Wine games to interact with your native Discord instance

License: MIT License

CMake 2.40% Python 0.96% C++ 86.25% Shell 10.39%

rpc-wine's Introduction

RPC Wine CI

discord-rpc.dll implementation for Wine allowing your Wine games to interact with your native Discord instance.

Installation

Some users have provided distro packages for this library:

If your distro isn't listed above, the library can still be installed with a few simple steps.

Dependencies

Install the following dependencies, they are required for either building or running RPC Wine:

  • make
  • wine-devel (including winegcc and headers)
  • RapidJson

Building

After installing dependencies and cloning the repository, the build.sh can be used to build both a 32-bit aswell as a 64-bit version of this library. The resulting binaries can be found in the bin32 respectively the bin64 directory in the source tree.

Setup in Wineprefix

Append to the WINEDLLPATH environment variable both the bin32 and bin64 directory containing the built library.

Then configure your Wineprefix (winecfg) to add discord-rpc (without .dll extension) to the DLL overrides list:

winecfg

and mark it to prefer the Builtin version over the native one:

winecfg edit override

Restrictions

RPC Wine currently has not all Discord-RPC methods implemented. This will be solved with future updates. However, there are other problems with RPC Wine:

RPC Wine is not able to run by design:

  • Games which don't use the native discord-rpc.dll library but their own or a third-party wrapper.
  • Games with statically linked discord-rpc.dll

rpc-wine's People

Contributors

mellowagain avatar jvyden avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.