Swipemoji

An iOS keyboard extension that inputs gestures for emojis.

Key Features

Requirements

  • 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

TODO:

  • 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