From 3d8bef42e223cb7c221d6bc466e2a5a7f04cf50c Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Mon, 13 Feb 2023 19:23:25 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e94856e..748d0f3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # Lan Mouse Share -Goal of this project is to be an open-source replacement for tools like [Synergy](https://symless.com/synergy) or [Share Mouse](https://www.sharemouse.com/de/). -Currently only wayland is supported but I will take a look at xorg, windows & MacOS in the future. +Goal of this project is to be an open-source replacement for proprietary tools like [Synergy](https://symless.com/synergy), [Share Mouse](https://www.sharemouse.com/de/). Focus lies on performance and a clean, manageable implementation that can easily be expanded to support additional backends like e.g. Android, iOS, ... . Of course ***blazingly fastâ„¢*** and stable, because it's written in rust. +For an alternative (with slightly different goals) you may check out [Input Leap](https://github.com/input-leap). + # OS Support | Backend | Event Receiving | Event Emitting | @@ -15,6 +16,7 @@ Of course ***blazingly fastâ„¢*** and stable, because it's written in rust. | Wayland (Gnome) | TODO (libei support) | TODO (wlr-layer-shell not supported) | | X11 | WIP | TODO | | Windows | WIP | TODO | +| MacOS | TODO (I dont own a Mac) | TODO (I dont own a Mac) | ## Wayland compositor support