Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/peruse
A comic book viewer and creator based on Frameworks 5, for use on multiple form factors
https://github.com/kde/peruse
Last synced: 4 days ago
JSON representation
A comic book viewer and creator based on Frameworks 5, for use on multiple form factors
- Host: GitHub
- URL: https://github.com/kde/peruse
- Owner: KDE
- License: lgpl-2.1
- Created: 2016-01-21T09:19:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T13:03:01.000Z (7 months ago)
- Last Synced: 2024-05-01T12:02:09.495Z (7 months ago)
- Language: C++
- Homepage: https://invent.kde.org/graphics/peruse
- Size: 2.89 MB
- Stars: 29
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.LIB
Awesome Lists containing this project
README
# Peruse
A comic book reader appThis is an application for reading comic books distributed in various digital
formats. It is based on KDE's Frameworks 5, and the UI is built using Qt Quick 2.File discovery is done using Baloo when available and enabled, and otherwise
through a simple file system digger. The Baloo method is both faster and more
featureful, and you should be using that whenever possible.## Features
This is a list of features which currently exist in Peruse. It does not include
the planned features, which can be found in [the accompanying PLAN.md file](PLAN.md).* Multiple file format support, in two tiers
* Native support with optimised viewing for comic books
* cbz or cbr
* Okular based generic view support
* other cb* formats with archive types not supported by KArchive
* deja-vu
* epub
* Touch optimised user interface (nb: mouse/keyboard UI also planned)
* All the standard stuff like kinetic scrolling, pinch-zoom and so on
* Plasma Mobile components based experience
* Baloo based file discovery with simple filesystem scraper fallback