From b16f812f91487dfcb496a65c1dbfdfeca8295b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Wed, 15 Mar 2017 19:55:38 +0100 Subject: [PATCH] Update README.md Mentions to contributors and added a link to my C# library --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d48c0839..14d50d99 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,16 @@ The protocol understood by the server is documented in [PROTOCOL.md](PROTOCOL.md Here's a list of available language APIs for obs-websocket : - Javascript (browser & nodejs) : [obs-websocket-js](https://github.com/haganbmj/obs-websocket-js) by haganbmj +- C#/VB.NET : [obs-websocket-dotnet](https://github.com/Palakis/obs-websocket-dotnet) by me (Palakis) I'd like to know what you're building with or for obs-websocket. If you do something in this fashion, feel free to drop me an email at `contact at slepin dot fr` ! +## Special thanks +- [Brendan H.](https://github.com/haganbmj) : Code contributions and better English in the Protocol specification +- [Mikhail Swift](https://github.com/mikhailswift) : Code contributions +- [Tobias Frahmer](https://github.com/Frahmer) : German translation +- [G-monitor](https://github.com/G-monitor) : Simplified Chinese and Traditional Chinese translations +- [Larissa Gabilan](https://github.com/laris151) : Portuguese translation + ## Compiling obs-websocket See the [build instructions](BUILDING.md).