A highly customizable, cross-platform text reader designed for a comfortable and hands-free reading experience. Built with Avalonia UI.
- Layout-Driven Precision: Uses a high-performance rendering engine that accounts for font kerning and typographic details for perfectly smooth scrolling.
- Multi-Format Support: Read books in TXT, EPUB, PDF, DOCX, and Markdown.
- Auto-Scrolling: Adjust scroll speed to match your reading pace exactly.
- Visual Customization:
- Change font size (supports massive fonts for accessibility).
- Customize text and background colors.
- Edge fading for better focus.
- Progress Tracking: Automatically saves your last position in each book you read.
- Navigation:
- Full-text search capability.
- Automatic Table of Contents extraction for EPUB and PDF files.
- Custom Bookmarks feature allows saving specific locations with personalized names.
- Gamepad Support: Control your reading experience from the comfort of your couch using any standard HID Gamepad (Xbox, PlayStation, Switch, etc.). Gamepad inputs are only processed when the window is focused/active to avoid accidental inputs when using other applications.
- Visual Indicators: Connection indicator shows whether you are in Keyboard (⌨️) or Gamepad (🎮) mode.
- Space: Play / Pause
- Left / Right Arrows: Set Direction (Forward/Backward)
- Up / Down Arrows: Adjust Font Size (Tap for 1pt, double-tap for 10pt)
- R: Toggle Direction
- F: Toggle Edge Fade
- S: Toggle Settings Panel
- I: Show Info / About
- +/- (Numpad or Main): Adjust Scroll Speed
- A / B Buttons: Play / Pause
- DPad Up / Down: Adjust Font Size
- DPad Left / Right: Set Direction (Forward/Backward)
- X Button: Toggle Direction
- Y Button: Toggle Edge Fade
- LB / RB (Bumpers): Adjust Scroll Speed
- LT / RT (Triggers): Rewind / Fast-Forward (Hold to scroll, double-tap for Boost)
- Input Indicator: Check the bottom-right corner for ⌨️/🎮 icon.
- Launch the application.
- Click Open File to select a book (Supports
.txt,.epub,.pdf,.docx,.md). - Use the Speed Slider (or controller bumpers) to adjust how fast the text scrolls.
- Click Start (or press Space / A / B) to begin reading.
This project uses the following third-party libraries:
- Avalonia (MIT License)
- HIDDevices (Apache License 2.0)
- PdfPig (MIT License) - PDF Parsing
- Markdig (BSD-2-Clause) - Markdown Parsing
- OpenXML SDK (MIT License) - DOCX Parsing
- HtmlAgilityPack (MIT License) - HTML Cleaning
- VersOne.Epub (MIT License) - EPUB Parsing
Looking to contribute or wondering what's next? Here are some planned improvements:
- [X] Library View: A central hub to manage your books, see recent reads, and view reading progress at a glance.
- [x] Unit Testing: Implementation of a robust test suite for parsers, rendering logic, and localization.
- [x] Search & Navigation:
- Full-text search within the current book.
- Table of Contents support for EPUB and PDF.
- Custom Bookmarks.
- [x] Advanced Performance: Implement text chunking/virtualization for instantaneous loading of extremely large books.
- [x] UI/UX Polish:
- Theme presets (Sepia, High Contrast, etc.).
- Smooth animated transitions.
- Modernized About and Settings dialogs.
- [x] CI/CD: Automated builds and releases via GitHub Actions.
- Add speed reading mode with part of the word in bold.
This project is licensed under the MIT License - see the LICENSE file for details.