From f4de98336592a51c26e0e4c1c91ab07c7e6d1400 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:29:17 +0800 Subject: [PATCH] Updated Google Summer of Code 2022 Ideas (markdown) --- Google-Summer-of-Code-2022-Ideas.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Google-Summer-of-Code-2022-Ideas.md b/Google-Summer-of-Code-2022-Ideas.md index 0b0018d..a8c3a08 100644 --- a/Google-Summer-of-Code-2022-Ideas.md +++ b/Google-Summer-of-Code-2022-Ideas.md @@ -15,3 +15,14 @@ Resources: - Discuss on Wayland support: https://github.com/rustdesk/rustdesk/issues/56 - Initial job done for Wayland, only screen capture: https://github.com/rustdesk/rustdesk/tree/master/libs/scrap/src/wayland +### Migrate UI from Sciter to Tauri + +Skills: Rust, Javascript + +Description: +RustDesk chose Sciter as its Desktop UI SDK. As Tauri turns to be stable, it is time to switch to a more elegant UI SDK. + +Resources: + - Tauri project: https://github.com/tauri-apps/tauri + - What is Sciter?: https://sciter.com/ +