From c47a90bf9c7dab19b7cee677efc70ad12f2466b5 Mon Sep 17 00:00:00 2001 From: dijunkun Date: Wed, 25 Jun 2025 17:33:54 +0800 Subject: [PATCH] [feat] update project name --- README.md | 6 +++--- thirdparty/minirtc | 2 +- xmake.lua | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1edad77..53457db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Continuous Desk +# CrossDesk #### More than remote desktop @@ -9,9 +9,9 @@ # Intro -Continuous Desk is a lightweight cross-platform remote desktop. It allows multiple users to remotely control the same computer at the same time. In addition to desktop image transmission, it also supports end-to-end voice transmission, providing collaboration capabilities on the basis of remote desktop. +CrossDesk is a lightweight cross-platform remote desktop. It allows multiple users to remotely control the same computer at the same time. In addition to desktop image transmission, it also supports end-to-end voice transmission, providing collaboration capabilities on the basis of remote desktop. -Continuous Desk is an experimental application of [Projectx](https://github.com/dijunkun/projectx) real-time communications library. Projectx is a lightweight cross-platform real-time communications library. It has basic capabilities such as network traversal ([RFC5245](https://datatracker.ietf.org/doc/html/rfc5245)), video software/hardware encoding/decoding (H264), audio encoding/decoding ([Opus](https://github.com/xiph/opus)), signaling interaction, and network congestion control ([TCP over UDP](https://libnice.freedesktop.org/)). +CrossDesk is an experimental application of [Projectx](https://github.com/dijunkun/projectx) real-time communications library. Projectx is a lightweight cross-platform real-time communications library. It has basic capabilities such as network traversal ([RFC5245](https://datatracker.ietf.org/doc/html/rfc5245)), video software/hardware encoding/decoding (H264), audio encoding/decoding ([Opus](https://github.com/xiph/opus)), signaling interaction, and network congestion control ([TCP over UDP](https://libnice.freedesktop.org/)). ## Usage diff --git a/thirdparty/minirtc b/thirdparty/minirtc index 2e1376a..6aea827 160000 --- a/thirdparty/minirtc +++ b/thirdparty/minirtc @@ -1 +1 @@ -Subproject commit 2e1376a6c7bfa80e42c67cede62a6780b264f9c1 +Subproject commit 6aea827cd623f4c07fc29a5e49dcd53ef87c2f8b diff --git a/xmake.lua b/xmake.lua index 40af1f6..7a9c358 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,4 +1,4 @@ -set_project("desk_port") +set_project("crossdesk") set_license("LGPL-3.0") set_version("0.0.1") @@ -130,7 +130,7 @@ target("single_window") add_includedirs("src/single_window", {public = true}) add_includedirs("fonts", {public = true}) -target("desk_port") +target("crossdesk") set_kind("binary") add_deps("rd_log", "common", "single_window") if is_os("windows") then