mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-09 23:08:40 +00:00
Update readme to point out other demo
This commit is contained in:
parent
c82cc94538
commit
54bef63d67
|
@ -1,6 +1,6 @@
|
|||
# Discord RPC
|
||||
|
||||
This is a lib and a quick demo that implements the very minimal subset to show current status, and
|
||||
This is a lib and quick demos that implement the very minimal subset to show current status, and
|
||||
have callbacks for where a more complete game would do more things. You can use the lib directly
|
||||
if you like, or use it as a guide to writing your own if it doesn't suit your game as is.
|
||||
|
||||
|
@ -42,3 +42,8 @@ Sometimes I use the generated project files. There are a couple of CMake options
|
|||
|
||||
This is a text adventure "game" that inits/deinits the connection to Discord, and sends a presence
|
||||
update on each command.
|
||||
|
||||
## Sample: button-clicker
|
||||
|
||||
This is a sample [Unity](https://unity3d.com/) project that wraps a DLL version of the library, and
|
||||
sends presence updates when you click on a button.
|
Loading…
Reference in a new issue