{"id":33229140,"url":"https://github.com/pathway27/bookr-mod-vita","last_synced_at":"2025-11-21T11:01:44.714Z","repository":{"id":45750406,"uuid":"79551869","full_name":"pathway27/bookr-mod-vita","owner":"pathway27","description":"A book reader for the Vita and Switch. Still a work in progress.","archived":false,"fork":false,"pushed_at":"2021-06-02T17:25:44.000Z","size":12993,"stargazers_count":64,"open_issues_count":11,"forks_count":3,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-04-27T16:34:16.689Z","etag":null,"topics":["cbz","ebook-reader","epub","fb2","html","img","mupdf","pdf","psvita","switch","xps"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pathway27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"pathway27","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-01-20T11:01:16.000Z","updated_at":"2024-03-17T11:16:04.000Z","dependencies_parsed_at":"2022-09-07T09:00:10.628Z","dependency_job_id":null,"html_url":"https://github.com/pathway27/bookr-mod-vita","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/pathway27/bookr-mod-vita","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pathway27%2Fbookr-mod-vita","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pathway27%2Fbookr-mod-vita/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pathway27%2Fbookr-mod-vita/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pathway27%2Fbookr-mod-vita/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pathway27","download_url":"https://codeload.github.com/pathway27/bookr-mod-vita/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pathway27%2Fbookr-mod-vita/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285603340,"owners_count":27200013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cbz","ebook-reader","epub","fb2","html","img","mupdf","pdf","psvita","switch","xps"],"created_at":"2025-11-16T17:00:35.700Z","updated_at":"2025-11-21T11:01:44.709Z","avatar_url":"https://github.com/pathway27.png","language":"C","funding_links":["https://ko-fi.com/pathway27"],"categories":["🎞️ Media"],"sub_categories":["📖 Reading"],"readme":"## bookr-mod-vita\n\nA document reader for the PSVita ported from the PSP application bookr-mod, canonically based on the [HBS](https://github.com/pathway27/bookr-mod-vita/tree/bookr-hbs) version.  \nYou can find some [notes here](https://github.com/pathway27/bookr-mod-vita/blob/master/notes.md).\n\n## Installation and Usage\n\nUse the .vpk to install.\n\n```\nDefault Controls:\n\nMenu\nX - Choose Item\nO - Cancel\nTriangle - Parent Folder in FileManger\nDirectional Arrows - Select File\nStart - Show/Hide Menu\n\nIn-Book Default Controls\nTriangle - Next Page\nSquare - Previous Page\nO - Previous 10 Pages\nX - Next 10 Pages\nUp/Down D-Pad - Pan Up and Down\nLeft Analog Stick - Free Pan with Bounds\nStart - Show/Hide Menu\n```\n\n## Building\n\n\n### For VITA (on *nix)\n\n\nMuPDF is built using cmake automatically.\n\n```sh\n# Setup VITA development evironment: https://henkaku.xyz/developer/\ngit clone --recursive https://github.com/pathway27/bookr-mod-vita\n# run pngquant on all your png images if not done already\nmkdir -p vita/Release \u0026\u0026 cd $_\ncmake ..\nmake -j8\n# Install .vpk\n\n# For devs - replace with your VITA ftp ip (assumes vpk was installed once)\nexport PSVITAIP=IP-HERE\nmake send\nsocat udp-recv:18194 stdout\n```\n\n### For Switch\n\nNOTE: You may need to build MuPDF manually.\n\nInstall Devkitpro: https://devkitpro.org/wiki/Getting_Started#macOS\n\nAdd it to PATH or your rc file and don't forget to source it.\n\n```sh\n# Setup devkitpro development evironment: \ndkp-pacman -S switch-dev\ndkp-pacman -S switch-freetype switch-mesa switch-glad switch-glm\n\nmkdir -p switch/Release \u0026\u0026 cd $_\ncmake ..\nmake\nexport SWITCHIP=IP-HERE\nmake send\n\n```\n\nSee [BUILDING.md](https://github.com/pathway27/bookr-mod-vita/blob/master/BUILDING.md) for OpenGL version.\n\n\n## Thanks\n\n- [Original and Forks](https://github.com/pathway27/bookr-mod-vita/blob/master/forks.md)\n- Team Molecule\n- VITA Hacking/Dev. Scene\n- libvita2d - xerpi\n- [learnopengl.com](learnopengl.com)\n- People on vitasdk/henkaku on freenode and discord\n- People that read\n\n\n## License\n\nLicensed under GNU GPLv3+, see [LICENSE.md](https://github.com/pathway27/bookr-mod-vita/blob/master/LICENSE).  \nThird party libraries have their own licenses can be found in their own directories under `ext`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpathway27%2Fbookr-mod-vita","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpathway27%2Fbookr-mod-vita","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpathway27%2Fbookr-mod-vita/lists"}