From 54bef63d674c383af3aeb85497f00b4c111d6ba9 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Thu, 3 Aug 2017 10:24:08 -0700 Subject: [PATCH] Update readme to point out other demo --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed5b674..738d654 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file