https://github.com/s12mmm3/qlistentogether
基于Qt实现的 网易云 一起听客户端
https://github.com/s12mmm3/qlistentogether
cloudmusic neteasecloud qml qt qt6
Last synced: about 1 month ago
JSON representation
基于Qt实现的 网易云 一起听客户端
- Host: GitHub
- URL: https://github.com/s12mmm3/qlistentogether
- Owner: s12mmm3
- License: mit
- Created: 2024-06-13T15:46:35.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-04-05T03:34:32.000Z (about 2 months ago)
- Last Synced: 2025-04-07T04:47:59.217Z (about 1 month ago)
- Topics: cloudmusic, neteasecloud, qml, qt, qt6
- Language: QML
- Homepage: https://s12mmm3.github.io/QListenTogether/
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QListenTogether
基于Qt实现的 网易云音乐 一起听客户端
[](https://github.com/s12mmm3/QListenTogether/actions/workflows/windows.yml)

[](https://www.qt.io)
## 简介
基于网易云API实现的一起听客户端,目前已实现主机模式和从机模式
主要逻辑使用QML编写,便于实现界面逻辑和异步加载图片和歌曲等,将API的C++部分注册至Qt元对象系统中实现调用
支持跨平台和多种编译器编译,基于[Qt版 网易云音乐 API](https://github.com/s12mmm3/QCloudMusicApi)实现
### 目录
- [需求和依赖](#需求和依赖)
- [编译方式](#编译方式)
- [License](#License)---
## 需求和依赖
- [Qt 6.5+](https://www.qt.io/download-qt-installer)
## 编译方式
```Shell
git clone --recursive https://github.com/s12mmm3/QListenTogether.git
cd QListenTogether
cmake -B build
cmake --build build -j
```## License
[The MIT License (MIT)](https://github.com/s12mmm3/QListenTogether/blob/master/LICENSE)