WriteRight, done right
WriteRight is a mobile webapp, designed for mobile phones, tablets and computers with touch screens. Its objective is to teach users how to write better, by allowing them to mimic an existing computer font. The user's handwriting is evaluated by comparing it to the template shown.
-
Webapp
- Generate rasterized fonts
- Get user touch pen input
- Parse input and template into the right format to be compared
-
Algorithm
- Find out how to convert rasterized font to lines
- Find out how to compare similarity of shapes
-
Backend
- Scoreboard (Low priority)