Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s12mmm3/qlistentogether
基于Qt实现的 网易云 一起听客户端
https://github.com/s12mmm3/qlistentogether
cloudmusic neteasecloud qml qt qt6
Last synced: 3 months ago
JSON representation
基于Qt实现的 网易云 一起听客户端
- Host: GitHub
- URL: https://github.com/s12mmm3/qlistentogether
- Owner: s12mmm3
- License: mit
- Created: 2024-06-13T15:46:35.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-16T15:13:27.000Z (7 months ago)
- Last Synced: 2024-09-29T07:41:50.697Z (4 months ago)
- Topics: cloudmusic, neteasecloud, qml, qt, qt6
- Language: QML
- Homepage: https://s12mmm3.github.io/QListenTogether/
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QListenTogether
基于Qt实现的 网易云音乐 一起听客户端
[![GitHub Actions CI Status](https://github.com/s12mmm3/QCloudMusicApi/actions/workflows/windows.yml/badge.svg)](https://github.com/s12mmm3/QListenTogether/actions/workflows/windows.yml)
![C++ version](https://img.shields.io/badge/C++-11-00599C?logo=++)
[![Qt version](https://img.shields.io/badge/Qt-6.5+-41CD52?logo=qt)](https://www.qt.io)
![GitHub license](https://img.shields.io/github/license/s12mmm3/QListenTogether)## 简介
基于网易云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)