From 3d704702baa7ab0e817d599e70034c93fb6f2c10 Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Thu, 7 Jan 2021 21:58:29 +0900 Subject: [PATCH 1/2] readme: Add Rust client library I created a client library in Rust to remote control OBS with obs-websocket. Adding my library to the list of available language APIs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df8d28e8..591f2013 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Here's a list of available language APIs for obs-websocket : - Golang: [go-obs-websocket](https://github.com/christopher-dG/go-obs-websocket) by Chris de Graaf - HTTP API: [obs-websocket-http](https://github.com/IRLToolkit/obs-websocket-http) by tt2468 - CLI: [obs-cli](https://github.com/leafac/obs-cli) by leafac +- Rust: [obws](https://github.com/dnaka91/obws) by dnaka91 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 a message in `#project-showoff` in the [discord server!](https://discord.gg/WBaSQ3A) From bc436e9ec4a1fb25ccaca0152162566218f1ccc3 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Fri, 8 Jan 2021 04:58:07 -0800 Subject: [PATCH 2/2] Reorder library list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 591f2013..308e1f15 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Here's a list of available language APIs for obs-websocket : - Python 3.6+ with asyncio: [simpleobsws](https://github.com/IRLToolkit/simpleobsws) by tt2468 - Java 8+: [obs-websocket-java](https://github.com/Twasi/websocket-obs-java) by TwasiNET - Golang: [go-obs-websocket](https://github.com/christopher-dG/go-obs-websocket) by Chris de Graaf +- Rust: [obws](https://github.com/dnaka91/obws) by dnaka91 - HTTP API: [obs-websocket-http](https://github.com/IRLToolkit/obs-websocket-http) by tt2468 - CLI: [obs-cli](https://github.com/leafac/obs-cli) by leafac -- Rust: [obws](https://github.com/dnaka91/obws) by dnaka91 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 a message in `#project-showoff` in the [discord server!](https://discord.gg/WBaSQ3A)