mirror of
https://github.com/tonquer/picacg-qt.git
synced 2025-01-05 10:26:50 +08:00
哔咔漫画, PicACG comic PC client(Windows, Linux, MacOS)
.github | ||
example | ||
res | ||
script | ||
src | ||
translate | ||
ui | ||
.gitignore | ||
build_mac.sh | ||
CHANGELOG | ||
LICENSE | ||
README_EN.md | ||
README.md |
PicACG
简体中文 | English
- PicACG PC Client (Support Windows, Linux and macOS), using QT as interface.
- This project is only for technical references, please do not use it for other purposes.
- If you think this project is helpful, please give it a Star, thanks!
- If you encounter any problems, please post them to Issue.
Features
- Most features of PicACG PC Client have been implemented.
- Support for viewing and downloading.
My other projects
How to use
Windows (tested on Win10)
- Download the latest version at https://github.com/tonquer/picacg-qt/releases
- Unzip
- Run start.exe
- Updates can be installed by downloading the latest version and overwrite the original directory.
- If waifu2x cannot be initialized, please update the graphics driver and install VS Library. If waifu2x still cannot be enabled, your computer does not support Vulkan and cannot use waifu2x.
macOS (tested on macOS 10.15.7)
- Download the latest version at https://github.com/tonquer/picacg-qt/releases
- Unzip
- Drag PicACG into the Applications folder on the left sidebar of the Finder.
- Find and run PicACG from the Launchpad.
for M1 Mac users
- I don't have an ARM Mac device, so I am not able to provide you the packed application for ARM Mac.
- If you have an ARM Mac device (e.g. M1 Mac), you can manually run or pack the application following the steps below.
Linux (tested on deepin 20.2)
- Download qt dependencies at http://ftp.br.debian.org/debian/pool/main/x/xcb-util/libxcb-util1_0.4.0-1+b1_amd64.deb
- Install the dependencies (sudo dpkg -i ./libxcb-util1_0.4.0-1+b1_amd64.deb)
- Download the latest version at https://github.com/tonquer/picacg-qt/releases
- tar -zxvf bika.tar.gz
- cd bika && chmod +x start
- ./start
- If you want to use waifu2x, please make sure your device supports vulkan, and then install the vulkan driver package (sudo apt install mesa-vulkan-drivers)
waifu2x settings
Pleasse see https://github.com/tonquer/picacg-qt/discussions/76
Proxy issues
Please see https://github.com/tonquer/picacg-qt/discussions/48
How to build
Use Git Actions
- Check the result in Git Actions