Hi everyone,
I\'m happy to share a new project I currently work on: CERE, This is a CJK characters text reader on TI84+CE.
Reading CJK (Chinese, Japanese, Korean) characters on a graphing calculator has always been a challenge due to the massive size of font glyphs and limited RAM.Hence, I start the CERE project.
Here is some feature:
dynamic fonts: instead of save 2MB+ font file on calculator, my solution is use a Python tool to scan the source text and generates a compact appvar contain font glyphs(16x16 bitmap) only required
easy resume: autosave reading position and allow users to set a new bookmark(by press VARS key)
screen shots:
since this was designed for chinese users, the interface is entirely in chinese. if anyone is interested in this project, i\'ll try to add korean and japanese.
i just released version 1.1, with some critical bug fix.
https://github.com/Ziyang-Bai/CERE/releases/tag/v1.1
I\'m happy to share a new project I currently work on: CERE, This is a CJK characters text reader on TI84+CE.
Reading CJK (Chinese, Japanese, Korean) characters on a graphing calculator has always been a challenge due to the massive size of font glyphs and limited RAM.Hence, I start the CERE project.
Here is some feature:
dynamic fonts: instead of save 2MB+ font file on calculator, my solution is use a Python tool to scan the source text and generates a compact appvar contain font glyphs(16x16 bitmap) only required
easy resume: autosave reading position and allow users to set a new bookmark(by press VARS key)
screen shots:
since this was designed for chinese users, the interface is entirely in chinese. if anyone is interested in this project, i\'ll try to add korean and japanese.
i just released version 1.1, with some critical bug fix.
https://github.com/Ziyang-Bai/CERE/releases/tag/v1.1