哔咔漫画, PicACG comic PC client(Windows, Linux, MacOS)
Go to file
2024-11-19 22:43:21 +08:00
.github update 2024-11-19 22:43:21 +08:00
example 更新说明 2021-08-15 21:45:51 +08:00
res update v1.5.0 2024-07-14 18:29:33 +08:00
script update 2024-11-19 22:43:21 +08:00
src update 2024-11-19 22:43:21 +08:00
translate 本地漫画支持多章节 2023-08-13 18:14:45 +08:00
ui update 2024-11-04 22:23:13 +08:00
.gitignore 更新 2024-04-08 22:00:31 +08:00
build_mac.sh 更新1.4.0 2022-09-25 12:45:26 +08:00
CHANGELOG update 2024-01-12 22:58:22 +08:00
LICENSE Update LICENSE 2021-02-23 11:24:39 +08:00
README_EN.md Update README_EN.md 2023-12-12 10:25:35 +08:00
README.md Update README.md 2023-12-12 10:15:16 +08:00

PicACG

简体中文 | English

GitHub GitHub Relese Relese

  • 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

Readme Card
Readme Card

How to use

Windows (tested on Win10)

  1. Download the latest version at https://github.com/tonquer/picacg-qt/releases
  2. Unzip
  3. Run start.exe
  4. Updates can be installed by downloading the latest version and overwrite the original directory.
  5. 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)

  1. Download the latest version at https://github.com/tonquer/picacg-qt/releases
  2. Unzip
  3. Drag PicACG into the Applications folder on the left sidebar of the Finder.
  4. 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)

  1. Download qt dependencies at http://ftp.br.debian.org/debian/pool/main/x/xcb-util/libxcb-util1_0.4.0-1+b1_amd64.deb
  2. Install the dependencies (sudo dpkg -i ./libxcb-util1_0.4.0-1+b1_amd64.deb)
  3. Download the latest version at https://github.com/tonquer/picacg-qt/releases
  4. tar -zxvf bika.tar.gz
  5. cd bika && chmod +x start
  6. ./start
  7. 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

  1. Check the result in Git Actions

Interface

  • Login Login

  • Search Search

  • Comic details Comic details

  • Download Download

  • Browsing pictures Browsing pictures

  • waifu2x waifu2x

Thanks for the following projects

waifu2x support

Readme Card
Readme Card
Readme Card

Qt support

Readme Card
Readme Card

Qt skin

Readme Card

Qt smooth scrolling

Readme Card