From 3a5d0ffdc0d1b84a3c8c186821ab598c4711331b Mon Sep 17 00:00:00 2001 From: PiterDev <71133634+PiterWeb@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:09:57 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f497f06..cc66426 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,21 @@ Remote gamepads without difficulties ![Example Image from the Desktop APP](./assets/example.jpg) -### Installation 📦 - -- https://remote-controller.vercel.app/download/ - ### Use cases ✨ - Play with friends online - Controll your games from other machines with a gamepad - Create a professional gaming cloud platform (it would require modifications to interact with through the shell) +### Installation 📦 + +- https://remote-controller.vercel.app/download/ + +### Guides 📘 + +- [Instalation guide](https://remote-controller.vercel.app/info/guides/installation/) +- [How to use](https://remote-controller.vercel.app/info/guides/how-to-use/) + ### Features 🧩 - [x] Portable @@ -29,6 +34,12 @@ Remote gamepads without difficulties - [x] Remote Streaming - [x] Browser Client +### OS Support 💻 + +| Windows | Linux | MacOS | Browser (Only Client) | +|--------- |------- |------- |--------- | +| ✔ | ❌ | ❌ | ✔ | + ### How it works 👷‍♂️ This desktop APP is based on the WebRTC 🎞 standard and it uses the power of Go to communicate 🗣 with the Gamepad emulation libraries.