Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 1.34 KB

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 1.34 KB

Wearable Braille

UNDER DEVELOPMENT

Wearable Braille input prototypes with different interaction methods. This project holds Braille Input layouts to be tested on a Smartwatch.

So far User Study and Demo Apps sessions are not implemented. In Just Try session, 6 input methods can be found:

  • Touch: Simple buttons layout, similar to BraillÉcran's logic.
  • Swipe: Directional implementation. Swiping from any point of the screen to a certain direction activates the Button arranged into that direction.
  • Connect: Based on IPPITSU and SwiftBraille. Allows connecting dots to compose the braille cell on finger release.
  • Pressure: WatchMI's Pressure, adapted for activating a button once the blue line enters the button region.
  • Serial: Adapted from the concept of TypeInBraille. Instead of the three-finger click for skiping a line or confirming the character, a Swype to Top is used here. -Perkins: Similar to Serial, but with column-by-column insertion, accessing user's perkins keyboard habilities. Three dots completion is performed by swipe up (activate) or swipe down (deactivate).

Forked from WatchMI project.