Skip to content

Simple manga/comic book reader with continuous scrolling.

Notifications You must be signed in to change notification settings

elviosak/zipview

Repository files navigation

zipview

Simple manga/comic book reader with continuous scrolling.

Opens *.zip and *.cbz files.

Usage

Click "Open" button to browse and select a file, drop a file in the program window or with cli:

zipview "/path/to/file.zip"

Scroll with mouse wheel or click to focus the image and use Up/Down arrow keys or Page Up/Page Down.

screenshot

Requirements

  • CMake
  • base-devel (gcc, make)
  • Git
  • Qt5
  • QuaZip

Archlinux

sudo pacman --needed -S base-devel cmake git qt5-base quazip

Installation

git clone https://github.com/elviosak/zipview.git
mkdir -p zipview/build
cd zipview/build
cmake .. && make -j$(nproc) && sudo make install

Pepper & Carrot included in examples folder (episode 1)

Open source comic licensed under Creative Commons Attribution 4.0 International license

Attribution to:

Art: David Revoy. Scenario: David Revoy. English (original version) Proofreading: Alex Gryson, Amireeti.

Credit for the universe of Pepper&Carrot:

Creation: David Revoy. Lead Maintainer: Craig Maloney. Writers: Craig Maloney, Nicolas Artance, Scribblemaniac, Valvin. Correctors: Alex Gryson, CGand, Hali, Moini, Willem Sonke.

About

Simple manga/comic book reader with continuous scrolling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published