-
Notifications
You must be signed in to change notification settings - Fork 19
Description
E.g. is something like
https://wiki.ugfx.io/index.php/Font_rendering
https://ugfx.io/overview
worth testing?
Are there better or other options?
What's the main language of the project?
Is it C, micropython, something else? It seems like it might be C or C++, though most stuff seems to be html, which isn't really a programming language per se.
It may be good to collect information about libraries available in different programming languages for the project and then decide on one to use, preferably one with the fastest speed.
Is it possible to use something like koreader directly?
https://github.com/koreader/koreader
I think that would be ideal, assuming it has acceptable speed, though it seems to be written in LUA.
Doing a quick search, I found a few rust projects that may also be relevant:
General epub library (though it seems to use the standard lib)
https://github.com/danigm/epub-rs
Terminal epub reader:
https://github.com/aeosynth/bk
Are there C (or maybe Zig?) libraries that could be used directly?