machinelevel/sp425-crazy-cow

Custom Fonts?

Opened this issue · 1 comments

Might be a totally wrong title for what I'm trying to do here. But my goal is to be able to use AsciiMath on the reMarkable. Looks like there is already a pretty great user experience here, also with an existing built in font, so I was thinking maybe it wouldn't be that hard for me to fork it and setup to parse normal characters I type into asciimath?

Not sure, if there's any other ideas for using AsciiMath on the reMarkable that'd be great!

Hi Connor, thanks for getting in touch. I think this is a brilliant idea! The font code should be pretty straightforward, but if there are questions I can answer just let me know.

Be aware that the trickiest part of this project (at least for me) was getting around the stylus-motion-filtering built into the rM. My first few weeks of testing always looked like handwriting of a 6-year-old. Finally I solved it by just adding a ton of interpolated points on the fly to the stylus motion. :]