Vatuu / discord-rpc

Java Wrapper of the Discord-RPC Library for Discord Rich Presence.
MIT License
194 stars 42 forks source link

What about a wrapper of the game sdk? #36

Closed 1-alex98 closed 5 years ago

1-alex98 commented 5 years ago

Discord Rich Presence is deprecated and was replaced with the game sdk. Would it not be an easy to to the same with that in the way you did it here with Discord Rich Presence sdk.

Vatuu commented 5 years ago

This was something I already considered once, however there are two reasons why I haven't done this yet.

  1. The rich presence is far from being depricated, it's more of a „light“ game sdk that only covers the rich presence and joining parts.
  2. To get access to the developer resources for the Game SDK, one needs to be a verified game developer and purchase a developer license for the discord store. The codebase is under a protected license, which makes it fairly hard to create public wrappers for.

I hope this explains why I haven't done this yet. Best regards, Vatuu

1-alex98 commented 5 years ago

thx for the answer