Skip to content

robfernan/Comic_Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comic Book Reader

Description

A simple comic book reader application developed in C++ using the SFML library. This application allows users to load and read comic book files, providing features like page navigation and zooming.

Installation

  1. Clone the repository:

    git https://github.com/robfernan/Comic_Reader
    cd comic-reader
  2. Install dependencies:

    • Ensure you have SFML installed on your system.
    • You can install it via pacman if your on Arch, Manjaro, or other Arch distributions:
      sudo pacman -S sfml
  3. Build the project:

    g++ -o comic src/main.cpp -lsfml-graphics -lsfml-window -lsfml-system

Usage

  1. Add your comic files:

    • Place your comic book pages in the comics/ directory.
    • The application currently supports .cbz comic files
  2. Run the application:

    ./comic
  3. Navigate through the pages:

    • Use the right arrow key to move to the next page.
    • Use the left arrow key to move to the previous page.
    • Use the up arrow key to zoom in
    • Use the down arrow key to zoom out

Features

  • Load and display comic book files from the comics directory.
  • Navigate through pages using arrow keys.

About

Comic Reader in SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages