All Projects → pathway27 → bookr-mod-vita

pathway27 / bookr-mod-vita

Licence: GPL-3.0 License
A book reader for the Vita and Switch. Still a work in progress.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to bookr-mod-vita

Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+18462.75%)
Mutual labels:  epub, ebook-reader, fb2, cbz
kthoom
Comic Book Reader in the Browser
Stars: ✭ 97 (+90.2%)
Mutual labels:  epub, ebook-reader, cbz
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+5660.78%)
Mutual labels:  epub, fb2, cbz
Foliate
A simple and modern GTK eBook reader
Stars: ✭ 3,150 (+6076.47%)
Mutual labels:  epub, ebook-reader, fb2
onesync-reader-app
Cross-platform ebook reader built using Xamarin.Forms
Stars: ✭ 33 (-35.29%)
Mutual labels:  epub, ebook-reader
Calibre
The official source code repository for the calibre ebook manager
Stars: ✭ 11,221 (+21901.96%)
Mutual labels:  epub, ebook-reader
dslibris
An ebook reader for the Nintendo DS, DS Lite, and DSi.
Stars: ✭ 31 (-39.22%)
Mutual labels:  epub, ebook-reader
fake-08
A Pico-8 player/emulator for console homebrew
Stars: ✭ 374 (+633.33%)
Mutual labels:  switch, psvita
readium-css
🌈 A set of reference stylesheets for EPUB Reading Systems, starting with Readium Mobile
Stars: ✭ 78 (+52.94%)
Mutual labels:  epub, ebook-reader
comi
ComiGO:Simple, cross-platform manga reader。简单、跨平台的漫画阅读器。シンプルな漫画リーダー。
Stars: ✭ 34 (-33.33%)
Mutual labels:  epub, cbz
go-toolkit
Official repo for all things written in Go related to the Readium Architecture
Stars: ✭ 21 (-58.82%)
Mutual labels:  epub, cbz
r2-testapp-kotlin
No description or website provided.
Stars: ✭ 131 (+156.86%)
Mutual labels:  epub, cbz
EveReader
Epub Reader, focused on annotation.
Stars: ✭ 68 (+33.33%)
Mutual labels:  epub, ebook-reader
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+21.57%)
Mutual labels:  epub, fb2
eBookReaderNX
A Nintendo Switch eBook Reader
Stars: ✭ 15 (-70.59%)
Mutual labels:  switch, epub
SwitchXBOXController
Turn your Nintendo Switch into an XBOX360 controller to play on your Windows computer
Stars: ✭ 46 (-9.8%)
Mutual labels:  switch
ebook-converter
Commandline tool for converting between several e-books formats, based on Calibre project.
Stars: ✭ 21 (-58.82%)
Mutual labels:  epub
RippleSwitch
Custom Android Switch widget
Stars: ✭ 16 (-68.63%)
Mutual labels:  switch
homebridge-switcheroo
Simple on/off or multiswitch radio buttons for http reqs. Useful for lights, A/V systems, home automation, whatever
Stars: ✭ 38 (-25.49%)
Mutual labels:  switch
PowerEdge-shutup
shell ballgag for Dell servers, tested working with G11 and G12, G13 too but with conditions**.
Stars: ✭ 55 (+7.84%)
Mutual labels:  switch

bookr-mod-vita

A document reader for the PSVita ported from the PSP application bookr-mod, canonically based on the HBS version.
You can find some notes here.

Installation and Usage

Use the .vpk to install.

Default Controls:

Menu
X - Choose Item
O - Cancel
Triangle - Parent Folder in FileManger
Directional Arrows - Select File
Start - Show/Hide Menu

In-Book Default Controls
Triangle - Next Page
Square - Previous Page
O - Previous 10 Pages
X - Next 10 Pages
Up/Down D-Pad - Pan Up and Down
Left Analog Stick - Free Pan with Bounds
Start - Show/Hide Menu

Building

For VITA (on *nix)

MuPDF is built using cmake automatically.

# Setup VITA development evironment: https://henkaku.xyz/developer/
git clone --recursive https://github.com/pathway27/bookr-mod-vita
# run pngquant on all your png images if not done already
mkdir -p vita/Release && cd $_
cmake ..
make -j8
# Install .vpk

# For devs - replace with your VITA ftp ip (assumes vpk was installed once)
export PSVITAIP=IP-HERE
make send
socat udp-recv:18194 stdout

For Switch

NOTE: You may need to build MuPDF manually.

Install Devkitpro: https://devkitpro.org/wiki/Getting_Started#macOS

Add it to PATH or your rc file and don't forget to source it.

# Setup devkitpro development evironment: 
dkp-pacman -S switch-dev
dkp-pacman -S switch-freetype switch-mesa switch-glad switch-glm

mkdir -p switch/Release && cd $_
cmake ..
make
export SWITCHIP=IP-HERE
make send

See BUILDING.md for OpenGL version.

Thanks

License

Licensed under GNU GPLv3+, see LICENSE.md.
Third party libraries have their own licenses can be found in their own directories under ext.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].