专为 Playdate 掌上设备设计,支持中文的电子书阅读器。
A ebook reader supports Chinese on Playdate console.
- 自带 4 种字体:思源黑体、思源宋体、霞鹜文楷、融合像素。可通过自行生成与编译应用来添加更多字体;
- 横向与纵向的阅读显示、夜间模式;
- 通过曲柄快速翻阅与定位文本;
从 Release 下载 pocket_reader.pdx.zip,sideload 侧载安装到 Playdate。
- 下载格式转换器:
- Windows:从 Release 下载 pocket_reader_convertor.exe
- macOS:从 Release 下载 pocket_reader_convertor_v1.0_macos
- 手动挡:如果不想执行可执行文件,可安装 python 后,下载代码仓库中的 convertor/convertor.py,通过
python convertor.py
执行转换器; - 在线版:即将推出?
- 打开转换器,根据操作指引,将 txt 文件转换为 PRT 文件;
- 将 PRT 文件拷贝至 Playdate 中的
Data\com.haru.pocket_reader
下即可阅读;
Q: 如何关闭翻页音效?
A:将 playdate 中 com.haru.pocketreader/data.json
的 "trun_on_paper_sfx":true
更改为"trun_on_paper_sfx":false
,保存即可。
- Playdate 中文支持项目:https://github.com/Antonoko/Chinese-font-for-playdate
- PlayBook:https://github.com/IdreesInc/PlayBook