Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.17 KB

File metadata and controls

51 lines (32 loc) · 1.17 KB

Boayo

Boayo is a lightweight yet powerful cross-platform image viewer powered by Tauri.

boayo-intro-0

Key Features

  • Supported Image Formats: jpg, png, gif, bmp, webp, avif
  • Variaty Viewing Modes:
    • Single Page View
    • Double Page View
    • Right-to-Left (RTL) Mode: Allows viewing images from right to left, similar to comics.
  • Settings Persistence: User viewing preferences are automatically saved.

Installation & Usage (Under Development)

Boayo is currently an actively developed project.

Supported Platforms

  • Windows
  • macOS

Installation

As the project is still under development, user-friendly installation files are not yet provided.

Development Setup

If you wish to run the project locally, follow these steps:

  1. Follow Tauri > Prerequisites

  2. Install Dependencies:

    yarn install
  3. Run in Development Mode:

    yarn tauri dev
  4. Build for Release:

    yarn tauri build