https://github.com/openvpi/diffscope
DiffSinger Editor developed by OpenVPI
https://github.com/openvpi/diffscope
Last synced: 10 months ago
JSON representation
DiffSinger Editor developed by OpenVPI
- Host: GitHub
- URL: https://github.com/openvpi/diffscope
- Owner: openvpi
- License: apache-2.0
- Created: 2023-08-16T14:44:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T15:38:01.000Z (about 2 years ago)
- Last Synced: 2024-04-22T12:26:40.867Z (about 2 years ago)
- Language: C++
- Size: 2.15 MB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiffScope
Cross-platform SVS editor powered by DiffSinger.
## Supported Platforms
+ Microsoft Windows (Vista ~ 11)
+ Apple Mac OSX (11+)
+ GNU/Linux (Tested on Ubuntu)
## Requirements
| Component | Requirement | Detailed |
|:---------:|:-----------:|:------------------------------------:|
| Qt | \>=5.15.2 | Core, Gui, Widgets, Svg, Network |
| Compiler | \>=C++17 | MSVC 2019, GCC, Clang |
| CMake | \>=3.19 | >=3.20 is recommended |
| Python | \>=3.8 | / |
## Build From Source
This application uses Microsoft VCPKG to handle its dependencies on third-party libraries other than Qt, which you can choose to install in advance, but we recommend using the VCPKG package manager as a submodule of this repository.
+ [Build From Source](docs/build-from-source.md)
## Related Projects
+ [DiffSinger](https://github.com/openvpi/DiffSinger)
+ Apache-2.0
## License
DiffScope is licensed under the Apache 2.0 License.