/bookr-mod-vita

A book reader for the Vita. Still a work in progress. PDFs soon™

Primary LanguageCGNU General Public License v2.0GPL-2.0

bookr-mod-vita

A document reader for the PSVita ported from the amalgamation of the PSP application bookr and its' various forks.
You can find some notes here.

TODO:

  • Custom Fonts
  • HTML
  • PDF

Building

For VITA (on *nix)

# Setup VITA development evironment: https://henkaku.xyz/developer/
git clone --recursive https://github.com/pathway27/bookr-mod-vita
./build.sh # Creates a build folder with vpk
# run pngquant on all your png images if not done already
# Convert images used in app to binary: arm-vita-eabi-ld -r -b binary -o image.o image.png
# Install .vpk

# For devs - replace with your VITA ftp ip (assumes vpk was installed once)
export PSVITAIP=192.168.1.5
cd build && make send

For Mac

# This is just for devel.
# Currently on OSX El Capitan 10.11.5
git clone --recursive https://github.com/pathway27/bookr-mod-vita
# install ext/SOIL (there's a readme)
brew install glfw GLEW glm
make -f Makefile.macglfw
./bookr.glut

For PSP

TODO

Installation

PSVITA

Use the .vpk to install.

CJK PDF Support

Considering Noto fonts.

Forks

Original bookr.
Carlos Carrasco Martinez (carloscm at gmail dot com),
Christian Payeur (christian dot payeur at gmail dot com),
Nguyen Chi Tam (nguyenchitam at gmail dot com)

bookr-mod
2525275 @ gmail

bookr-hbs - HomebrewStore Development Team
ozbookr - by Oleg Zhuk (zhukoo @ gmail)
gtzampanaskis/bookr

Credits

The original and forks above.

  • Team Molecule (yifan, xyzz, DaveeFTW, xerpi)
  • TheFlow
  • libvita2d - xerpi
  • learnopengl.com
  • peeps on #vitasdk on freenode
  • people that read

All the VITA hacking/dev scene.

License

Uses the same license as bookr, GNU GPLv2+, see LICENSE.
Original sources at respective tags of this repository.