An iOS keyboard extension that inputs gestures for emojis.
- Inputting gestures
- Recognizing and interpreting gestures
- Outputting emoji into text field
##Optionals
- Display top four most related
- Add other characters like alpha and numeric
- Nueral net learning
- Set up development environment with GitHub and XCode
- Set up keyboard
- Drawing pad view which returns point cloud (with multiple strokes)
- Time delay input
- Per stroke input and update
- Code up $P in Swift
- Output emoji into keyboard
- Input gestures and correlate to emoji
- Suggestions bar (Top 3 emojis)
- Clean up UI