Go to file
SeanOMik a2152f2f66
Update README.md
2021-07-13 13:36:56 -04:00
include Button prompt images 2019-09-23 21:11:56 -05:00
mupdf Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
romfs/resources Button prompt images 2019-09-23 21:11:56 -05:00
screenshots
source Minor changes 2021-07-13 01:25:32 -05:00
.gitignore
LICENSE
Makefile Minor changes 2021-07-13 01:25:32 -05:00
Makefile.mupdf Added mupdf makefile for switch format 2019-10-30 13:48:26 -03:00
README.md Update README.md 2021-07-13 13:36:56 -04:00
appstore_icon.jpg
eBookReader.cfg implement file assoc 2019-11-05 00:05:20 +01:00
icon.jpg
switch_screen_appstore.jpg

README.md

eBookReaderSwitch

Features:

  • Saves last page number
  • Reads PDF, EPUB, CBZ, and XPS files
  • Dark and light mode
  • Landscape reading view
  • Portrait reading view

TODO:

  • Do some extra testing on file compatibility.
  • 2 pages side by side in landscape.
  • Touch screen for going to next page.
  • Hardware lock to prevent accidental touches (maybe Vol- ?) (?).
  • Save orientation, and dark mode settings.

Screen Shots:

Dark Mode Help Menu:



Dark Mode Landscape Reading (With the Switch horizonal):



Dark Mode Portrait Reading (With the Switch vertical):



Dark Mode Book Selection:



Light Mode Landscape Reading:

Credit:

  • moronigranja - For allowing more file support
  • NX-Shell Team - A good amount of the code is from an old version of their application.

Building

  • Release built with libnx release v.4.1.3.
  • Uses freetype and other libs which comes with switch-portlibs via devkitPro pacman:
pacman -S libnx switch-portlibs

then run:

make mupdf
make

to build.

If you don't have twili debugger installed then delete the -ltwili flag on the Makefile to compile:

LIBS: -ltwili