[feat] update project name

This commit is contained in:
dijunkun
2025-06-25 17:33:54 +08:00
parent 3901e26c37
commit c47a90bf9c
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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